Home
last modified time | relevance | path

Searched refs:B (Results 1 – 13 of 13) sorted by relevance

/third_party/ulib/lz4/include/lz4/
A Dxxhash.h98 # define XXH_CAT(A,B) A##B argument
99 # define XXH_NAME2(A,B) XXH_CAT(A,B) argument
/third_party/ulib/cryptolib/
A Dcryptolib.c153 B = ctx->state[1]; in _SHA256_transform()
163 uint32_t maj = (A & B) ^ (A & C) ^ (B & C); in _SHA256_transform()
174 C = B; in _SHA256_transform()
175 B = A; in _SHA256_transform()
180 ctx->state[1] += B; in _SHA256_transform()
259 B = ctx->state[1]; in _SHA1_transform()
272 tmp += ((B&C)|(D&(B|C))) + 0x8F1BBCDC; in _SHA1_transform()
278 C = _ROL(B,30); in _SHA1_transform()
279 B = A; in _SHA1_transform()
284 ctx->state[1] += B; in _SHA1_transform()
[all …]
/third_party/dev/ethernet/e1000/
A Dif_em.h333 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B) argument
336 #define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B) argument
339 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) argument
/third_party/ulib/musl/include/
A Dthreads.h67 #define thrd_equal(A, B) ((A) == (B)) argument
/third_party/ulib/backtrace/
A Dinternal.h64 #define __sync_bool_compare_and_swap(A, B, C) (abort(), 1) argument
65 #define __sync_lock_test_and_set(A, B) (abort(), 0) argument
/third_party/lib/acpica/source/tools/acpiexec/
A Daetables.h453 [0001] Checksum : 9B
467 [001] Checksum : 9B
/third_party/ulib/musl/third_party/math/
A Dpowl.c108 static const long double B[17] = { variable
277 x -= B[i / 2]; in powl()
/third_party/ulib/jemalloc/bin/
A Djeprof.in3134 my $B = shift;
3143 foreach my $k (keys(%{$B})) {
3144 my $v = $B->{$k};
3153 my $B = shift;
3159 if (defined($B)) {
3160 foreach my $k (keys(%{$B})) {
3161 $R->{$k} = $B->{$k};
3171 my $B = shift;
3179 foreach my $k (keys(%{$B})) {
3188 my $B = shift;
[all …]
/third_party/lib/cortex-strings/src/aarch64/
A Dmemset.S87 dup v0.16B, valw
/third_party/ulib/jemalloc/msvc/
A Djemalloc_vc2015.sln6 …9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70A99006-6DE9-472B-8F83-4CEE6C616DF3}"
/third_party/lib/acpica/source/tools/examples/
A Dextables.c284 [0001] Checksum : 8B
/third_party/ulib/jemalloc/
A DChangeLog329 classes (those less than four times the quantum). (1B + 4 KiB)
330 and (1B + 4 MiB) previously suffered nearly 50% internal fragmentation.
718 - Change the "opt.lg_prof_sample" default from 0 to 19 (1 B to 512 KiB).
/third_party/lib/acpica/
A Dchanges.txt6188 Modified the handling of ignored bits for the PM1 A/B Control Registers.
6194 Updated the handling of write-only bits in the PM1 A/B Control Registers.
6249 Added new functions to transparently handle the possibly split PM1 A/B
6259 This function writes both of the PM1 control registers (A/B). These
6261 are different than the PM1 A/B status and enable registers in that
6263 values can be written to the A/B registers. Most notably, the SLP_TYP
6273 A/B
6278 registers (A/B), similar to the way the PM1 Enable registers are handled.
8375 clarification to the ACPI specification is forthcoming in ACPI 3.0B.
13264 0) ACPI Specification 2.0B is released and is now available at:
[all …]

Completed in 44 milliseconds