Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 54) sorted by relevance

123

/third_party/ulib/jemalloc/
A D.gitignore32 /test/integration/[A-Za-z]*
33 !/test/integration/[A-Za-z]*.*
39 /test/integration/cpp/[A-Za-z]*
40 !/test/integration/cpp/[A-Za-z]*.*
50 /test/stress/[A-Za-z]*
51 !/test/stress/[A-Za-z]*.*
57 /test/unit/[A-Za-z]*
58 !/test/unit/[A-Za-z]*.*
A Djemalloc.pc.in8 Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and…
A DMakefile.in43 A := @a@
121 STATIC_LIBS := $(objroot)lib/$(LIBJEMALLOC).$(A)
124 STATIC_LIBS += $(objroot)lib/$(LIBJEMALLOC)_pic.$(A)
126 STATIC_LIBS += $(objroot)lib/$(LIBJEMALLOC)_s.$(A)
342 $(objroot)lib/$(LIBJEMALLOC)_pic.$(A) : $(C_PIC_OBJS) $(CPP_PIC_OBJS)
343 $(objroot)lib/$(LIBJEMALLOC).$(A) : $(C_OBJS) $(CPP_OBJS)
344 $(objroot)lib/$(LIBJEMALLOC)_s.$(A) : $(C_OBJS) $(CPP_OBJS)
A DCOPYING19 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
/third_party/ulib/cryptolib/
A Dcryptolib.c162 uint32_t s0 = _ROR(A, 2) ^ _ROR(A, 13) ^ _ROR(A, 22); in _SHA256_transform()
163 uint32_t maj = (A & B) ^ (A & C) ^ (B & C); in _SHA256_transform()
175 B = A; in _SHA256_transform()
176 A = t1 + t2; in _SHA256_transform()
279 B = A; in _SHA1_transform()
280 A = tmp; in _SHA1_transform()
340 int64_t A = 0; in subM() local
346 A >>= 32; in subM()
362 A = (A >> 32) + (uint64_t)a * b[i] + c[i]; in montMulAdd()
367 A = (A >> 32) + (B >> 32); in montMulAdd()
[all …]
/third_party/dev/ethernet/e1000/
A Dif_em.h332 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) argument
333 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B) argument
335 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) argument
336 #define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B) argument
338 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A) argument
339 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) argument
/third_party/ulib/musl/third_party/math/
A Dpowl.c95 static const long double A[33] = { variable
257 if (x <= A[17]) in powl()
259 if (x <= A[i + 8]) in powl()
261 if (x <= A[i + 4]) in powl()
263 if (x <= A[i + 2]) in powl()
265 if (x >= A[1]) in powl()
276 x -= A[i]; in powl()
278 x /= A[i]; in powl()
355 w = A[e]; in powl()
/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/lib/acpica/source/include/acpica/platform/
A Dacenv.h390 #define va_start(ap, A) (void) ((ap) = (((char *) &(A)) + (_Bnd (A,_AUPBND)))) 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
66 #define __sync_lock_release(A) abort() argument
A DREADME.md2 A C library that may be linked into a C/C++ program to produce symbolic backtraces
A DLICENSE21 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
/third_party/uapp/dash/src/
A Dnodes.c.pat24 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
318 // * A header that specifies the number of symbols, and offsets of each of
320 // * A symbol table. Each entry in the symbol table is a single-byte of flags
323 // * A sequence of nodes in a pre-order traversal of the node tree.
330 // * A sequence of null-terminated strings, in the order the strings are
/third_party/ulib/ngunwind/
A DLICENSE14 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
A DCOPYING16 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
/third_party/lib/acpica/source/common/
A Ddmextern.c1242 00000357: 72 0A 02 0A 07 60 ...... "r....`"
1257 00000368: 72 0A 02 0A 07 60 ...... "r....`"
/third_party/lib/cortex-strings/
A DLICENSE20 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
47 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
/third_party/ulib/lz4/
A DLICENSE17 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
A DREADME.md13 A more complex "lz4frame_static.h" is also provided, although its usage is not recommended. It cont…
/third_party/uapp/kilo/
A DLICENSE17 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
/third_party/ulib/linenoise/
A DLICENSE18 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
/third_party/lib/jitterentropy/
A DCOPYING.bsd18 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
/third_party/lib/acpica/source/compiler/
A Daslcompiler.l87 LeadNameChar [A-Za-z_]
89 HexDigitChar [A-Fa-f0-9]
93 NameChar [A-Za-z_0-9]
/third_party/ulib/uboringssl/
A DLICENSE20 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

Completed in 35 milliseconds

123