/external/jemalloc_new/test/unit/ |
D | retained.c | 139 size_t usable = 0; in TEST_BEGIN() local 150 assert_zu_lt(usable, allocated, in TEST_BEGIN() 152 "(%#zx[+%#zx] > %#zx)", usable, psz_usable, in TEST_BEGIN() 155 usable += psz_usable; in TEST_BEGIN()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 360 int32_t *usable = (int32_t *) raw; in TEST_F() local 362 EXPECT_EQ(42, *usable); in TEST_F() 374 int (*usable)() = (int (*)()) raw; in TEST_F() local 376 EXPECT_EQ(42, usable()); in TEST_F() 504 int (*usable)() = (int (*)()) raw; in TEST_F() local 506 EXPECT_EQ(42, usable()); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 361 int32_t *usable = (int32_t *) raw; in TEST_F() local 363 EXPECT_EQ(42, *usable); in TEST_F() 375 int (*usable)() = (int (*)()) raw; in TEST_F() local 377 EXPECT_EQ(42, usable()); in TEST_F() 505 int (*usable)() = (int (*)()) raw; in TEST_F() local 507 EXPECT_EQ(42, usable()); in TEST_F()
|
/external/mesa3d/src/glx/ |
D | glxextensions.c | 635 unsigned char usable[8]; in __glXCalculateUsableExtensions() local 681 usable[i] = (client_glx_support[i] & client_glx_only[i]) in __glXCalculateUsableExtensions() 690 usable[i] = (client_glx_support[i] & client_glx_only[i]) in __glXCalculateUsableExtensions() 696 usable); in __glXCalculateUsableExtensions() 716 unsigned char usable[__GL_EXT_BYTES]; in __glXCalculateUsableGLExtensions() local 748 usable[i] = (client_gl_support[i] & client_gl_only[i]) in __glXCalculateUsableGLExtensions() 753 __glXGetStringFromTable(known_gl_extensions, usable); in __glXCalculateUsableGLExtensions() 754 (void) memcpy(gc->gl_extension_bits, usable, sizeof(usable)); in __glXCalculateUsableGLExtensions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/ |
D | spill.ll | 17 ; The clobber list has all registers except g0/o0. (Only o0 is usable.) 31 ; The clobber list has all registers except g0,g1,o0,o1. (Only o0/o1 are a usable pair)
|
/external/llvm/test/CodeGen/SPARC/ |
D | spill.ll | 17 ; The clobber list has all registers except g0/o0. (Only o0 is usable.) 31 ; The clobber list has all registers except g0,g1,o0,o1. (Only o0/o1 are a usable pair)
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/ |
D | README.txt | 4 Modifications were made in main.js to make the extension usable
|
/external/perfetto/src/trace_processor/ |
D | table.cc | 73 if (!cs.usable) in BestIndexInternal() 103 if (cs.usable) in BestIndexInternal()
|
/external/libxml2/ |
D | METADATA | 4 "(but usable outside of the Gnome platform), it is free software "
|
/external/mesa3d/docs/specs/ |
D | MESA_drm_image.spec | 96 should be usable as a scanout buffer with the DRM kernel 100 requests that the image must be usable as a cursor with KMS. When
|
/external/libffi/src/arm/ |
D | gentramp.sh | 96 // This places the first usable config value at _ffi_closure_trampoline_table-4080
|
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
D | gentramp.sh | 96 // This places the first usable config value at _ffi_closure_trampoline_table-4080
|
/external/llvm/test/CodeGen/SystemZ/ |
D | memchr-01.ll | 1 ; Test memchr using SRST, with a weird but usable prototype.
|
/external/crcalc/tests/ |
D | README.txt | 15 We expect that this test is much too nondeterministic to be usable for any kind
|
/external/vboot_reference/scripts/image_signing/ |
D | convert_recovery_to_full_ssd.sh | 19 Converts <signed_recovery_image> into a full SSD image usable by factory. Uses
|
/external/eigen/cmake/ |
D | Eigen3ConfigLegacy.cmake.in | 7 # EIGEN3_USE_FILE - The file making Eigen usable
|
/external/python/cpython3/Objects/ |
D | dictobject.c | 444 Py_ssize_t usable = USABLE_FRACTION(keys->dk_size); in _PyDict_CheckConsistency() local 450 assert(0 <= mp->ma_used && mp->ma_used <= usable); in _PyDict_CheckConsistency() 453 && keys->dk_usable <= usable); in _PyDict_CheckConsistency() 455 && keys->dk_nentries <= usable); in _PyDict_CheckConsistency() 456 assert(keys->dk_usable + keys->dk_nentries <= usable); in _PyDict_CheckConsistency() 466 assert(DKIX_DUMMY <= ix && ix <= usable); in _PyDict_CheckConsistency() 469 for (i=0; i < usable; i++) { in _PyDict_CheckConsistency() 509 Py_ssize_t es, usable; in new_keys_object() local 514 usable = USABLE_FRACTION(size); in new_keys_object() 536 + sizeof(PyDictKeyEntry) * usable); in new_keys_object() [all …]
|
/external/libchrome/base/time/ |
D | time_now_posix.cc | 57 #error No usable tick clock function on this platform.
|
/external/u-boot/tools/scripts/ |
D | define2mk.sed | 2 # Sed script to parse CPP macros and generate output usable by make
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | cap-ng.m4 | 24 # Check results are usable
|
/external/autotest/client/site_tests/desktopui_ChromeSanity/ |
D | control | 15 Test that Chrome is at least marginally usable.
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 127 | 29 [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CudnnRNNCanonicalToParams.pbtxt | 3 summary: "Converts CudnnRNN params from canonical form to usable form."
|
/external/zlib/ |
D | Android.bp | 89 // to be usable for any API level is going to be some work (at the very least,
|
/external/freetype/docs/ |
D | LICENSE.TXT | 4 usable to a vast majority of developers, we distribute it under two
|