Home
last modified time | relevance | path

Searched refs:usable (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/external/jemalloc_new/test/unit/
Dretained.c139 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/
DMCJITCAPITest.cpp360 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/
DMCJITCAPITest.cpp361 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/
Dglxextensions.c635 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/
Dspill.ll17 ; 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/
Dspill.ll17 ; 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/
DREADME.txt4 Modifications were made in main.js to make the extension usable
/external/perfetto/src/trace_processor/
Dtable.cc73 if (!cs.usable) in BestIndexInternal()
103 if (cs.usable) in BestIndexInternal()
/external/libxml2/
DMETADATA4 "(but usable outside of the Gnome platform), it is free software "
/external/mesa3d/docs/specs/
DMESA_drm_image.spec96 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/
Dgentramp.sh96 // This places the first usable config value at _ffi_closure_trampoline_table-4080
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dgentramp.sh96 // This places the first usable config value at _ffi_closure_trampoline_table-4080
/external/llvm/test/CodeGen/SystemZ/
Dmemchr-01.ll1 ; Test memchr using SRST, with a weird but usable prototype.
/external/crcalc/tests/
DREADME.txt15 We expect that this test is much too nondeterministic to be usable for any kind
/external/vboot_reference/scripts/image_signing/
Dconvert_recovery_to_full_ssd.sh19 Converts <signed_recovery_image> into a full SSD image usable by factory. Uses
/external/eigen/cmake/
DEigen3ConfigLegacy.cmake.in7 # EIGEN3_USE_FILE - The file making Eigen usable
/external/python/cpython3/Objects/
Ddictobject.c444 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/
Dtime_now_posix.cc57 #error No usable tick clock function on this platform.
/external/u-boot/tools/scripts/
Ddefine2mk.sed2 # Sed script to parse CPP macros and generate output usable by make
/external/libcap-ng/libcap-ng-0.7/m4/
Dcap-ng.m424 # Check results are usable
/external/autotest/client/site_tests/desktopui_ChromeSanity/
Dcontrol15 Test that Chrome is at least marginally usable.
/external/syzkaller/pkg/report/testdata/linux/report/
D12729 [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CudnnRNNCanonicalToParams.pbtxt3 summary: "Converts CudnnRNN params from canonical form to usable form."
/external/zlib/
DAndroid.bp89 // to be usable for any API level is going to be some work (at the very least,
/external/freetype/docs/
DLICENSE.TXT4 usable to a vast majority of developers, we distribute it under two

12345678910>>...14