/external/libffi/src/arm/ |
ffi.c | 582 /* Total number of trampolines that fit in one trampoline table */ 591 ffi_trampoline_table *table = NULL; local 594 while (table == NULL) { 605 /* Now drop the second half of the allocation to make room for the trampoline table */ 613 /* Remap the trampoline table to directly follow the config page */ 631 table = calloc (1, sizeof(ffi_trampoline_table)); 632 table->free_count = FFI_TRAMPOLINE_COUNT; 633 table->config_page = config_page; 634 table->trampoline_page = trampoline_page; 637 table->free_list_pool = calloc(FFI_TRAMPOLINE_COUNT, sizeof(ffi_trampoline_table_entry)) 665 ffi_trampoline_table *table = ffi_trampoline_tables; local 705 ffi_trampoline_table *table = closure->trampoline_table; local [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
ffi.c | 582 /* Total number of trampolines that fit in one trampoline table */ 591 ffi_trampoline_table *table = NULL; local 594 while (table == NULL) { 605 /* Now drop the second half of the allocation to make room for the trampoline table */ 613 /* Remap the trampoline table to directly follow the config page */ 631 table = calloc (1, sizeof(ffi_trampoline_table)); 632 table->free_count = FFI_TRAMPOLINE_COUNT; 633 table->config_page = config_page; 634 table->trampoline_page = trampoline_page; 637 table->free_list_pool = calloc(FFI_TRAMPOLINE_COUNT, sizeof(ffi_trampoline_table_entry)) 665 ffi_trampoline_table *table = ffi_trampoline_tables; local 705 ffi_trampoline_table *table = closure->trampoline_table; local [all...] |
/external/python/cpython3/Modules/_ctypes/libffi/src/arm/ |
ffi.c | 582 /* Total number of trampolines that fit in one trampoline table */ 591 ffi_trampoline_table *table = NULL; local 594 while (table == NULL) { 605 /* Now drop the second half of the allocation to make room for the trampoline table */ 613 /* Remap the trampoline table to directly follow the config page */ 631 table = calloc (1, sizeof(ffi_trampoline_table)); 632 table->free_count = FFI_TRAMPOLINE_COUNT; 633 table->config_page = config_page; 634 table->trampoline_page = trampoline_page; 637 table->free_list_pool = calloc(FFI_TRAMPOLINE_COUNT, sizeof(ffi_trampoline_table_entry)) 665 ffi_trampoline_table *table = ffi_trampoline_tables; local 705 ffi_trampoline_table *table = closure->trampoline_table; local [all...] |
/art/tools/ahat/src/main/com/android/ahat/ |
Doc.java | 51 * Start a table with the given columns. 55 * This should be followed by calls to the 'row' method to fill in the table 56 * contents and the 'end' method to end the table. 58 void table(Column... columns); method in interface:Doc 61 * Start a table with the following heading structure: 68 * This should be followed by calls to the 'row' method to fill in the table 69 * contents and the 'end' method to end the table. 71 void table(DocString description, List<Column> subcols, List<Column> cols); method in interface:Doc 74 * Add a row to the currently active table. 76 * currently active table [all...] |
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/ |
dtor.pass.cpp | 29 std::ctype<char>::mask table[256]; local 30 std::locale l(std::locale::classic(), new std::ctype<char>(table));
|
/external/libxcam/cl_kernel/ |
kernel_gauss.cl | 15 __kernel void kernel_gauss (__read_only image2d_t input, __write_only image2d_t output, __global float *table) 33 out1.x += (j < GAUSS_SCALE ? table[index] * in1.x : 0.0f); 35 out1.y += ((j < GAUSS_SCALE + 1) && j > 0 ? table[index] * in1.x : 0.0f); 37 out1.z += ((j < GAUSS_SCALE + 2) && j > 1 ? table[index] * in1.x : 0.0f); 39 out1.w += (j > 2 ? table[index] * in1.x : 0.0f); 44 out2.x += (j < GAUSS_SCALE ? table[index] * in1.x : 0.0f); 46 out2.y += ((j < GAUSS_SCALE + 1) && j > 0 ? table[index] * in1.x : 0.0f); 48 out2.z += ((j < GAUSS_SCALE + 2) && j > 1 ? table[index] * in1.x : 0.0f); 50 out2.w += (j > 2 ? table[index] * in1.x : 0.0f);
|
/external/libxkbcommon/xkbcommon/test/ |
compose.c | 66 test_compose_seq_va(struct xkb_compose_table *table, va_list ap) 72 state = xkb_compose_state_new(table, XKB_COMPOSE_STATE_NO_FLAGS); 146 test_compose_seq(struct xkb_compose_table *table, ...) 150 va_start(ap, table); 151 ok = test_compose_seq_va(table, ap); 161 struct xkb_compose_table *table; local 162 table = xkb_compose_table_new_from_buffer(ctx, buffer, strlen(buffer), "", 165 assert(table); 167 ok = test_compose_seq_va(table, ap); 169 xkb_compose_table_unref(table); 176 struct xkb_compose_table *table; local 349 struct xkb_compose_table *table; local 408 struct xkb_compose_table *table; local [all...] |
/external/mesa3d/src/hgl/ |
GLDispatcher.cpp | 61 BGLDispatcher::SetTable(struct _glapi_table* table) 63 _glapi_set_dispatch(table);
|
/external/sfntly/cpp/src/sfntly/table/ |
generic_table_builder.cc | 17 #include "sfntly/table/generic_table_builder.h" 25 // Note: In C++ port, we use GenericTable, the ref-counted version of Table 27 Ptr<GenericTable> table = new GenericTable(header(), InternalReadData()); local 28 return table.Detach();
|
/external/skia/src/core/ |
SkColorSpaceXform_A2B.h | 33 bool buildTableFn(SkTableTransferFn* table); 34 void addTableFn(const SkTableTransferFn& table, int channelIndex);
|
/external/skia/tests/ |
TableColorFilterTest.cpp | 24 // Any table will work fine here. An identity table makes testing easy. 29 sk_sp<SkColorFilter> table = SkTableColorFilter::Make(identity); local 33 sk_sp<SkColorFilter> composed = table->makeComposed(to_srgb);
|
/external/skqp/src/core/ |
SkColorSpaceXform_A2B.h | 33 bool buildTableFn(SkTableTransferFn* table); 34 void addTableFn(const SkTableTransferFn& table, int channelIndex);
|
/external/skqp/tests/ |
TableColorFilterTest.cpp | 24 // Any table will work fine here. An identity table makes testing easy. 29 sk_sp<SkColorFilter> table = SkTableColorFilter::Make(identity); local 33 sk_sp<SkColorFilter> composed = SkColorFilter::MakeComposeFilter(table, to_srgb);
|
/external/tensorflow/tensorflow/core/lib/io/ |
table.h | 25 namespace table { namespace in namespace:tensorflow 32 // A Table is a sorted map from strings to strings. Tables are 33 // immutable and persistent. A Table may be safely accessed from 35 class Table { 37 // Attempt to open the table that is stored in bytes [0..file_size) 39 // retrieving data from the table. 41 // If successful, returns ok and sets "*table" to the newly opened 42 // table. The client should delete "*table" when no longer needed. 43 // If there was an error while initializing the table, sets "*table [all...] |
/hardware/qcom/gps/msm8084/utils/ |
loc_log.h | 55 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask); 56 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value);
|
/hardware/qcom/gps/msm8960/utils/ |
loc_log.h | 55 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask); 56 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value);
|
/hardware/qcom/gps/msm8994/utils/ |
loc_log.h | 55 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask); 56 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value);
|
/hardware/qcom/gps/utils/ |
loc_log.h | 55 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask); 56 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value);
|
/prebuilts/go/darwin-x86/src/debug/plan9obj/ |
plan9obj.go | 17 Syms uint32 /* size of symbol table */ 19 Spsz uint32 /* size of pc/sp offset table */ 20 Pcsz uint32 /* size of pc/line number table */ 23 // Plan 9 symbol table entries.
|
/prebuilts/go/linux-x86/src/debug/plan9obj/ |
plan9obj.go | 17 Syms uint32 /* size of symbol table */ 19 Spsz uint32 /* size of pc/sp offset table */ 20 Pcsz uint32 /* size of pc/line number table */ 23 // Plan 9 symbol table entries.
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/ |
dtor.pass.cpp | 29 std::ctype<char>::mask table[256]; local 30 std::locale l(std::locale::classic(), new std::ctype<char>(table));
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/ |
ext_inst.cpp | 117 spv_result_t spvExtInstTableNameLookup(const spv_ext_inst_table table, 121 if (!table) return SPV_ERROR_INVALID_TABLE; 124 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { 125 const auto& group = table->groups[groupIndex]; 139 spv_result_t spvExtInstTableValueLookup(const spv_ext_inst_table table, 143 if (!table) return SPV_ERROR_INVALID_TABLE; 146 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { 147 const auto& group = table->groups[groupIndex];
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/ |
advsimd-mov-bad.d | 4 Symbol table '.symtab' contains 6 entries:
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/ |
brokw-1.s | 8 ; Short jump around secondary jump table inserted here : 12 ; Secondary jump table inserted here :
|
brokw-2.s | 9 ; Short jump around secondary jump table inserted here : 13 ; Secondary jump table inserted here :
|