| /third_party/fsverity-utils/programs/ |
| H A D | fsverity.c | 222 static int handle_merkle_tree_block(void *_ctx, const void *block, size_t size, in handle_merkle_tree_block() argument
|
| /third_party/glfw/src/ |
| H A D | init.c | 80 static void defaultDeallocate(void* block, void* user) in defaultDeallocate() argument 87 static void* defaultReallocate(void* block, size_t size, void* user) in defaultReallocate() argument 253 void* block; in _glfw_calloc() local 274 void* _glfw_realloc(void* block, size_t size) in _glfw_realloc() argument 296 _glfw_free(void* block) _glfw_free() argument [all...] |
| /third_party/fsverity-utils/lib/ |
| H A D | compute_digest.c | 45 static bool block_is_full(const struct block_buffer *block, u32 block_size, in block_is_full() argument 66 report_merkle_tree_block(const struct libfsverity_metadata_callbacks *cbs, const struct block_buffer *block, u32 block_size, u64 *level_offset) report_merkle_tree_block() argument [all...] |
| /third_party/backends/backend/ |
| H A D | hp5400_sanei.c | 256 hp5400_bulk_read (int iHandle, size_t len, int block, FILE * file) in hp5400_bulk_read() argument 322 hp5400_bulk_command_write(int iHandle, int iCmd, void *cmd, int cmdlen, int datalen, int block, char *data) hp5400_bulk_command_write() argument [all...] |
| /third_party/curl/lib/ |
| H A D | md5.c | 291 MD5_u32plus block[16]; member
|
| H A D | pingpong.c | 83 Curl_pp_statemach(struct Curl_easy *data, struct pingpong *pp, bool block, bool disconnecting) Curl_pp_statemach() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | IntTrieBuilder.java | 774 fillBlock(int block, int start, int limit, int value, boolean overwrite) fillBlock() argument [all...] |
| /third_party/icu/tools/unicode/c/genprops/ |
| H A D | layoutpropsbuilder.cpp | 197 int32_t writeTrieBytes(const UCPTrie *trie, uint8_t block[], UErrorCode &errorCode) { in writeTrieBytes() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | IntTrieBuilder.java | 776 fillBlock(int block, int start, int limit, int value, boolean overwrite) fillBlock() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | utrie2.cpp | 43 int32_t i2, block; in get32() local 451 int32_t j, i2Block, prevI2Block, index2NullOffset, block, prevBlock, nullBlock; in enumEitherTrie() local [all...] |
| /third_party/libsnd/src/ |
| H A D | mpeg_l3_encode.c | 41 unsigned char *block ; member [all...] |
| H A D | gsm610.c | 44 unsigned char block [WAVLIKE_GSM610_BLOCKSIZE] ; member [all...] |
| H A D | g72x.c | 44 unsigned char block [G72x_BLOCK_SIZE] ; member
|
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_spm.h | 55 uint16_t block : 4; member
|
| /third_party/lzma/C/ |
| H A D | XzIn.c | 123 CXzBlockSizes *block = &p->blocks[i];
in Xz_ReadIndex2() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_opt_large_constants.c | 38 nir_block *block; member [all...] |
| H A D | nir_lower_io_to_temporaries.c | 109 struct nir_block *block = (void *)block_entry->key; in emit_output_copies_impl() local
|
| H A D | nir_lower_wpos_ytransform.c | 299 lower_wpos_ytransform_block(lower_wpos_ytransform_state *state, nir_block *block) in lower_wpos_ytransform_block() argument
|
| H A D | nir_opt_combine_stores.c | 283 combine_stores_block(struct combine_stores_state *state, nir_block *block) in combine_stores_block() argument
|
| H A D | nir_opt_vectorize.c | 362 vectorize_block(nir_block *block, struct set *instr_set, in vectorize_block() argument
|
| H A D | nir_lower_gs_intrinsics.c | 245 rewrite_intrinsics(nir_block *block, struct state *state) in rewrite_intrinsics() argument
|
| H A D | nir_opt_dead_cf.c | 286 dead_cf_block(nir_block *block) in dead_cf_block() argument 323 nir_block *block = nir_cf_node_as_block(cur); dead_cf_list() local [all...] |
| H A D | nir_opt_dce.c | 110 dce_block(nir_block *block, BITSET_WORD *defs_live, struct loop_state *loop) in dce_block() argument 155 nir_block *block = nir_cf_node_as_block(cf_node); in dce_cf_list() local
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_lower_subgroups.c | 37 replace_pred(struct ir3_block *block, struct ir3_block *old_pred, in replace_pred() argument 49 replace_physical_pred(struct ir3_block *block, struct ir3_block *old_pred, in replace_physical_pred() argument 61 mov_immed(struct ir3_register *dst, struct ir3_block *block, unsigned immed) in mov_immed() argument 75 mov_reg(struct ir3_block *block, struct ir3_register *dst, struct ir3_register *src) mov_reg() argument 93 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, struct ir3_register *src0, struct ir3_register *src1) binop() argument 110 triop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, struct ir3_register *src0, struct ir3_register *src1, struct ir3_register *src2) triop() argument 130 do_reduce(struct ir3_block *block, reduce_op_t opc, struct ir3_register *dst, struct ir3_register *src0, struct ir3_register *src1) do_reduce() argument 238 lower_instr(struct ir3 *ir, struct ir3_block **block, struct ir3_instruction *instr) lower_instr() argument 406 lower_block(struct ir3 *ir, struct ir3_block **block) lower_block() argument [all...] |
| H A D | ir3_nir_lower_io_offsets.c | 291 lower_io_offsets_block(nir_block *block, nir_builder *b, void *mem_ctx) in lower_io_offsets_block() argument
|