/aosp_15_r20/external/javassist/src/main/javassist/compiler/ |
H A D | Parser.java | 55 public ASTList parseMember(SymbolTable tbl) throws CompileError { in parseMember() 64 public ASTList parseMember1(SymbolTable tbl) throws CompileError { in parseMember1() 95 private FieldDecl parseField(SymbolTable tbl, ASTList mods, in parseField() 124 private MethodDecl parseMethod1(SymbolTable tbl, boolean isConstructor, in parseMethod1() 165 public MethodDecl parseMethod2(SymbolTable tbl, MethodDecl md) in parseMethod2() 204 private Declarator parseFormalType(SymbolTable tbl) throws CompileError { in parseFormalType() 223 private Declarator parseFormalParam(SymbolTable tbl) in parseFormalParam() 256 public Stmnt parseStatement(SymbolTable tbl) in parseStatement() 300 private Stmnt parseBlock(SymbolTable tbl) throws CompileError { in parseBlock() 321 private Stmnt parseIf(SymbolTable tbl) throws CompileError { in parseIf() [all …]
|
H A D | JvstCodeGen.java | 457 String resultName, SymbolTable tbl) throws CompileError in recordReturnType() 484 String paramsName, SymbolTable tbl) in recordParams() 513 SymbolTable tbl) in recordParams() 552 public int recordVariable(CtClass type, String varName, SymbolTable tbl) in recordVariable() 564 SymbolTable tbl) throws CompileError in recordVar() 589 SymbolTable tbl) throws CompileError in recordVariable()
|
/aosp_15_r20/external/fastrpc/inc/ |
H A D | uthash.h | 81 #define uthash_noexpand_fyi(tbl) /* can be defined to log noexpand */ argument 82 #define uthash_expand_fyi(tbl) /* can be defined to log expands */ argument 90 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho))) argument 108 #define HASH_BLOOM_MAKE(tbl) \ argument 117 #define HASH_BLOOM_FREE(tbl) \ argument 125 #define HASH_BLOOM_ADD(tbl,hashv) \ argument 128 #define HASH_BLOOM_TEST(tbl,hashv) \ argument 132 #define HASH_BLOOM_MAKE(tbl) argument 133 #define HASH_BLOOM_FREE(tbl) argument 134 #define HASH_BLOOM_ADD(tbl,hashv) argument [all …]
|
/aosp_15_r20/external/libdrm/intel/ |
H A D | uthash.h | 98 #define uthash_noexpand_fyi(tbl) /* can be defined to log noexpand */ argument 101 #define uthash_expand_fyi(tbl) /* can be defined to log expands */ argument 110 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho))) argument 112 #define HH_FROM_ELMT(tbl,elp) ((UT_hash_handle *)(((char*)(elp)) + ((tbl)->hho))) argument 141 #define HASH_BLOOM_MAKE(tbl) \ argument 150 #define HASH_BLOOM_FREE(tbl) \ argument 158 #define HASH_BLOOM_ADD(tbl,hashv) \ argument 161 #define HASH_BLOOM_TEST(tbl,hashv) \ argument 165 #define HASH_BLOOM_MAKE(tbl) argument 166 #define HASH_BLOOM_FREE(tbl) argument [all …]
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_reg_type.c | 89 const unsigned *tbl = file == IMM ? imm_tbl : reg_tbl; in brw_type_encode() local 92 static const unsigned tbl[] = { in brw_type_encode() local 129 static const enum brw_reg_type tbl[] = { in brw_type_decode() enum 212 static const unsigned tbl[] = { in brw_type_encode_for_3src() local 256 static const enum brw_reg_type tbl[] = { in brw_type_decode_for_3src() enum
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/asn1/ |
H A D | a_strnid.c | 96 const ASN1_STRING_TABLE *tbl = asn1_string_table_get(nid); in ASN1_STRING_set_by_NID() local 165 static uint32_t table_hash(const ASN1_STRING_TABLE *tbl) { in table_hash() 172 const ASN1_STRING_TABLE *tbl = in asn1_string_table_get() local 217 ASN1_STRING_TABLE *tbl = OPENSSL_malloc(sizeof(ASN1_STRING_TABLE)); in ASN1_STRING_TABLE_add() local
|
/aosp_15_r20/external/boringssl/src/crypto/asn1/ |
H A D | a_strnid.c | 96 const ASN1_STRING_TABLE *tbl = asn1_string_table_get(nid); in ASN1_STRING_set_by_NID() local 165 static uint32_t table_hash(const ASN1_STRING_TABLE *tbl) { in table_hash() 172 const ASN1_STRING_TABLE *tbl = in asn1_string_table_get() local 217 ASN1_STRING_TABLE *tbl = OPENSSL_malloc(sizeof(ASN1_STRING_TABLE)); in ASN1_STRING_TABLE_add() local
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | jdarith.c | 255 int blkn, ci, tbl, sign; in decode_mcu_DC_first() local 334 int tbl, sign, k; in decode_mcu_AC_first() local 442 int tbl, k, kex; in decode_mcu_AC_refine() local 511 int blkn, ci, tbl, sign, k; in decode_mcu() local 635 int ci, tbl; in start_pass() local
|
H A D | jcarith.c | 373 int blkn, ci, tbl; in encode_mcu_DC_first() local 464 int tbl, k, ke; in encode_mcu_AC_first() local 598 int tbl, k, ke, kex; in encode_mcu_AC_refine() local 692 int blkn, ci, tbl, k, ke; in encode_mcu() local 831 int ci, tbl; in start_pass() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | string_view.cc | 131 LookupTable tbl(s); in find_first_of() local 145 LookupTable tbl(s); in find_first_not_of() local 170 LookupTable tbl(s); in find_last_of() local 187 LookupTable tbl(s); in find_last_not_of() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/ |
H A D | string_view.cc | 131 LookupTable tbl(s); in find_first_of() local 145 LookupTable tbl(s); in find_first_not_of() local 170 LookupTable tbl(s); in find_last_of() local 187 LookupTable tbl(s); in find_last_not_of() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/ |
H A D | string_view.cc | 131 LookupTable tbl(s); in find_first_of() local 145 LookupTable tbl(s); in find_first_not_of() local 170 LookupTable tbl(s); in find_last_of() local 187 LookupTable tbl(s); in find_last_not_of() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/ |
H A D | string_view.cc | 132 LookupTable tbl(s); in find_first_of() local 147 LookupTable tbl(s); in find_first_not_of() local 173 LookupTable tbl(s); in find_last_of() local 191 LookupTable tbl(s); in find_last_not_of() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A D | string_view.cc | 157 LookupTable tbl(s); in find_first_of() local 171 LookupTable tbl(s); in find_first_not_of() local 196 LookupTable tbl(s); in find_last_of() local 213 LookupTable tbl(s); in find_last_not_of() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/ |
H A D | string_view.cc | 157 LookupTable tbl(s); in find_first_of() local 171 LookupTable tbl(s); in find_first_not_of() local 196 LookupTable tbl(s); in find_last_of() local 213 LookupTable tbl(s); in find_last_not_of() local
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A D | string_view.cc | 157 LookupTable tbl(s); in find_first_of() local 171 LookupTable tbl(s); in find_first_not_of() local 196 LookupTable tbl(s); in find_last_of() local 213 LookupTable tbl(s); in find_last_not_of() local
|
/aosp_15_r20/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create/ |
H A D | rpc_svcraw_create_performance.c | 40 double average(double *tbl) in average() 53 double mini(double *tbl) in mini() 66 double maxi(double *tbl) in maxi()
|
/aosp_15_r20/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/ |
H A D | rpc_svcudp_create_performance.c | 40 double average(double *tbl) in average() 53 double mini(double *tbl) in mini() 66 double maxi(double *tbl) in maxi()
|
/aosp_15_r20/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/ |
H A D | rpc_svctcp_create_performance.c | 40 double average(double *tbl) in average() 53 double mini(double *tbl) in mini() 66 double maxi(double *tbl) in maxi()
|
/aosp_15_r20/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/ |
H A D | rpc_clntraw_create_performance.c | 40 double average(double *tbl) in average() 53 double mini(double *tbl) in mini() 66 double maxi(double *tbl) in maxi()
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/ |
H A D | hpack_parser_table_test.cc | 35 void AssertIndex(const HPackTable* tbl, uint32_t idx, const char* key, in AssertIndex() 45 HPackTable tbl; in TEST() local 111 HPackTable tbl; in TEST() local
|
/aosp_15_r20/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/ |
H A D | rpc_callrpc_scalability.c | 40 double average(double *tbl) in average() 53 double mini(double *tbl) in mini() 66 double maxi(double *tbl) in maxi()
|
H A D | rpc_callrpc_performance.c | 40 double average(double *tbl) in average() 53 double mini(double *tbl) in mini() 66 double maxi(double *tbl) in maxi()
|
/aosp_15_r20/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
H A D | rpc_clnttcp_create_performance.c | 43 double average(double *tbl) in average() 56 double mini(double *tbl) in mini() 69 double maxi(double *tbl) in maxi()
|
/aosp_15_r20/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
H A D | tirpc_rpc_call_performance.c | 41 double average(double *tbl) in average() 54 double mini(double *tbl) in mini() 67 double maxi(double *tbl) in maxi()
|