/third_party/backends/backend/ |
H A D | teco1.c | 434 unsigned char table[] = { in teco_identify_scanner() local
|
H A D | mustek_usb.c | 669 check_gamma_table (SANE_Word * table) in check_gamma_table() argument
|
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
H A D | armv8m_mpu.h | 373 __STATIC_INLINE void ARM_MPU_LoadEx(MPU_Type* mpu, uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_LoadEx() argument 403 ARM_MPU_Load(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) ARM_MPU_Load() argument 414 ARM_MPU_Load_NS(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) ARM_MPU_Load_NS() argument [all...] |
/third_party/cups-filters/fontembed/ |
H A D | sfnt.c | 35 static char *otf_bsearch(char *table, // {{{ in otf_bsearch() argument 432 const OTF_DIRENT *table in otf_get_table() local 792 const OTF_DIRENT *table=otf->tables+table_no; otf_action_copy() local 819 const OTF_DIRENT *table=otf->tables+table_no; otf_action_copy_head() local [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ucm.cpp | 66 ucm_printMapping(UCMTable *table, UCMapping *m, FILE *f) { in ucm_printMapping() argument 71 ucm_printTable(UCMTable *table, FILE *f, UBool byUnicode) { in ucm_printTable() argument 214 UCMTable *table in compareMappingsBytesFirst() local 535 ucm_checkValidity(UCMTable *table, UCMStates *baseStates) ucm_checkValidity() argument 699 UCMTable *table; ucm_separateMappings() local 884 UCMTable *table=(UCMTable *)uprv_malloc(sizeof(UCMTable)); ucm_openTable() local 895 ucm_closeTable(UCMTable *table) ucm_closeTable() argument 906 ucm_resetTable(UCMTable *table) ucm_resetTable() argument 917 ucm_addMapping(UCMTable *table, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) ucm_addMapping() argument [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatin.java | 286 public static int compareUTF16(char[] table, char[] primaries, int options, in compareUTF16() argument 668 lookup(char[] table, int c) lookup() argument 685 nextPair(char[] table, int c, int ce, CharSequence s16, int sIndex) nextPair() argument [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | udatatst.c | 874 const int32_t *table=NULL; in TestUDataGetMemory() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numberformattesttuple.cpp | 72 toEnum( const Numberformattesttuple_EnumConversion *table, int32_t tableLength, const UnicodeString &str, UErrorCode &status) toEnum() argument 94 fromEnum( const Numberformattesttuple_EnumConversion *table, int32_t tableLength, int32_t val, UnicodeString &appendTo) fromEnum() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationFastLatin.java | 290 public static int compareUTF16(char[] table, char[] primaries, int options, in compareUTF16() argument 672 lookup(char[] table, int c) lookup() argument 689 nextPair(char[] table, int c, int ce, CharSequence s16, int sIndex) nextPair() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | csrsbcs.cpp | 40 int32_t NGramParser::search(const int32_t *table, int32_t value) in search() argument [all...] |
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gfind_proc_info-lsb.c | 834 lookup(const struct table_entry *table, size_t table_size, int32_t rel_ip) lookup() argument 865 remote_lookup(unw_addr_space_t as, unw_word_t table, size_t table_size, int32_t rel_ip, struct table_entry *e, int32_t *last_ip_offset, void *arg) remote_lookup() argument 913 const struct table_entry *e = NULL, *table; dwarf_search_unwind_table() local [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_debug.c | 114 const struct si_reg *table; in find_register() local
|
/third_party/mbedtls/library/ |
H A D | bignum_core.c | 597 mbedtls_mpi_core_ct_uint_table_lookup(mbedtls_mpi_uint *dest, const mbedtls_mpi_uint *table, size_t limbs, size_t count, size_t index) mbedtls_mpi_core_ct_uint_table_lookup() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_search.c | 46 const nir_algebraic_table *table; member 256 match_value(const nir_algebraic_table *table, in match_value() argument 394 match_expression(const nir_algebraic_table *table, const nir_search_expression *expr, nir_alu_instr *instr, in match_expression() argument 581 dump_value(const nir_algebraic_table *table, const nir_search_value *val) dump_value() argument 689 nir_replace_instr(nir_builder *build, nir_alu_instr *instr, struct hash_table *range_ht, struct util_dynarray *states, const nir_algebraic_table *table, const nir_search_expression *search, const nir_search_value *replace, nir_instr_worklist *algebraic_worklist) nir_replace_instr() argument 863 nir_algebraic_instr(nir_builder *build, nir_instr *instr, struct hash_table *range_ht, const bool *condition_flags, const nir_algebraic_table *table, struct util_dynarray *states, nir_instr_worklist *worklist) nir_algebraic_instr() argument 904 nir_algebraic_impl(nir_function_impl *impl, const bool *condition_flags, const nir_algebraic_table *table) nir_algebraic_impl() argument [all...] |
H A D | nir_range_analysis.c | 670 static const enum ssa_ranges table[last_range + 1] = { in analyze_expression() local 744 static const enum ssa_ranges table[last_range + 1][last_range + 1] = { in analyze_expression() local 830 static const enum ssa_ranges table[last_range + 1][last_range + 1] = { analyze_expression() local 1120 static const enum ssa_ranges table[last_range + 1][last_range + 1] = { analyze_expression() local [all...] |
/third_party/node/deps/zlib/ |
H A D | crc32.c | 484 local void write_table(FILE *out, const z_crc_t FAR *table, in argument 497 write_table32hi(FILE *out, const z_word_t FAR *table, int k) write_table32hi() argument 513 write_table64(FILE *out, const z_word_t FAR *table, int k) write_table64() argument [all...] |
/third_party/musl/porting/linux/user/src/hook/ |
H A D | musl_preinit.c | 310 static bool init_hook_functions(void* shared_library_handler, struct MallocDispatchType* table, const char* prefix) in init_hook_functions() argument [all...] |
/third_party/musl/src/hook/linux/ |
H A D | musl_preinit.c | 324 static bool init_hook_functions(void* shared_library_handler, struct MallocDispatchType* table, const char* prefix) in init_hook_functions() argument [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | compress_fragment.c | 425 BrotliCompressFragmentFastImpl( MemoryManager* m, const uint8_t* input, size_t input_size, BROTLI_BOOL is_last, int* table, size_t table_bits, uint8_t cmd_depth[128], uint16_t cmd_bits[128], size_t* cmd_code_numbits, uint8_t* cmd_code, size_t* storage_ix, uint8_t* storage) BrotliCompressFragmentFastImpl() argument [all...] |
H A D | compress_fragment_two_pass.c | 239 CreateCommands(const uint8_t* input, size_t block_size, size_t input_size, const uint8_t* base_ip, int* table, size_t table_bits, size_t min_match, uint8_t** literals, uint32_t** commands) CreateCommands() argument 557 BrotliCompressFragmentTwoPassImpl( MemoryManager* m, const uint8_t* input, size_t input_size, BROTLI_BOOL is_last, uint32_t* command_buf, uint8_t* literal_buf, int* table, size_t table_bits, size_t min_match, size_t* storage_ix, uint8_t* storage) BrotliCompressFragmentTwoPassImpl() argument [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_reg_type.c | 327 const struct hw_type *table; in brw_reg_type_to_hw_type() local 370 const struct hw_type *table; brw_hw_type_to_reg_type() local 412 const struct hw_3src_type *table; brw_reg_type_to_a16_hw_3src_type() local 460 const struct hw_3src_type *table = NULL; brw_a16_hw_3src_type_to_reg_type() local 486 const struct hw_3src_type *table = brw_a1_hw_3src_type_to_reg_type() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texstore.c | 588 static StoreTexImageFunc table[MESA_FORMAT_COUNT]; in texstore_depth_stencil() local 617 static StoreTexImageFunc table[MESA_FORMAT_COUNT]; texstore_compressed() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | csrsbcs.cpp | 40 int32_t NGramParser::search(const int32_t *table, int32_t value) in search() argument [all...] |
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ucm.cpp | 66 ucm_printMapping(UCMTable *table, UCMapping *m, FILE *f) { in ucm_printMapping() argument 71 ucm_printTable(UCMTable *table, FILE *f, UBool byUnicode) { in ucm_printTable() argument 214 UCMTable *table in compareMappingsBytesFirst() local 535 ucm_checkValidity(UCMTable *table, UCMStates *baseStates) ucm_checkValidity() argument 699 UCMTable *table; ucm_separateMappings() local 884 UCMTable *table=(UCMTable *)uprv_malloc(sizeof(UCMTable)); ucm_openTable() local 895 ucm_closeTable(UCMTable *table) ucm_closeTable() argument 906 ucm_resetTable(UCMTable *table) ucm_resetTable() argument 917 ucm_addMapping(UCMTable *table, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) ucm_addMapping() argument [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_signature.c | 418 append_semantic_index_to_table(struct dxil_psv_sem_index_table *table, uint32_t index, in append_semantic_index_to_table() argument
|