Home
last modified time | relevance | path

Searched defs:group (Results 576 - 600 of 1060) sorted by relevance

1...<<21222324252627282930>>...43

/third_party/node/src/tracing/
H A Dtrace_event.h321 static inline const uint8_t* GetCategoryGroupEnabled(const char* group) { in GetCategoryGroupEnabled() argument
/third_party/nghttp2/src/
H A Dshrpx_worker.h132 StringRef group; member
/third_party/node/deps/icu-small/source/common/
H A Ducnv_lmb.cpp747 LMBCSConversionWorker( UConverterDataLMBCS * extraInfo, ulmbcs_byte_t group, ulmbcs_byte_t * pStartLMBCS, char16_t * pUniChar, ulmbcs_byte_t * lastConverterIndex, UBool * groups_tried ) LMBCSConversionWorker() argument
927 ulmbcs_byte_t group = FindLMBCSUniRange(uniChar); _LMBCSFromUnicode() local
1158 ulmbcs_byte_t group; _LMBCSGetNextUCharWorker() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ducol.cpp312 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) { in ucol_setMaxVariable() argument
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetLMBCS.java857 LMBCSConversionWorker(short group, byte[] LMBCS, char pUniChar, short[] lastConverterIndex, boolean[] groups_tried) LMBCSConversionWorker() argument
[all...]
/third_party/libinput/tools/
H A Dlibinput-debug-events.c259 struct libinput_device_group *group; in print_device_notify() local
724 struct libinput_tablet_pad_mode_group *group; in print_tablet_pad_button_event() local
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify10.c679 static int verify_event(int p, int group, struct fanotify_event_metadata *event, in verify_event() argument
[all...]
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dsg_err.c126 #define group(opcode) (((opcode) >> 5) & 7) macro
/third_party/lwip/src/api/
H A Dapi_msg.c639 pcb_new(struct api_msg *msg, struct net_group *group) argument
1312 struct net_group *group = get_net_group_from_ippcb(msg->conn->pcb.ip); local
2124 struct net_group *group = get_net_group_from_ippcb(msg->conn->pcb.ip); local
[all...]
/third_party/lwip/src/core/
H A Dtcp_out.c136 struct net_group *group = get_net_group_from_tcp_pcb(pcb); in tcp_route() local
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dasyoutypeformatter.cc62 MatchAllGroups(const string& pattern, const string& input, const AbstractRegExpFactory& regexp_factory, RegExpCache* cache, string* group) MatchAllGroups() argument
/third_party/node/deps/v8/src/compiler/
H A Dmemory-lowering.cc248 AllocationGroup* const group = state->group(); in ReduceAllocateRaw() local
324 AllocationGroup* group = zone()->New<AllocationGroup>( ReduceAllocateRaw() local
367 AllocationGroup* group = ReduceAllocateRaw() local
702 AllocationState(AllocationGroup* group, Node* effect) AllocationState() argument
709 AllocationState(AllocationGroup* group, intptr_t size, Node* top, Node* effect) AllocationState() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c1034 enum fd6_state_id group = b; in fd6_emit_state() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c266 struct si_query_group *group = query->groups; in si_pc_query_destroy() local
452 struct si_query_group *group = query->groups; get_group_state() local
520 struct si_query_group *group; si_create_batch_query() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu.c251 brw_inst_set_group(const struct intel_device_info *devinfo, brw_inst *inst, unsigned group) brw_inst_set_group() argument
278 brw_set_default_group(struct brw_codegen *p, unsigned group) brw_set_default_group() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c165 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid); in ffc_params_to_text() local
361 static int ec_param_explicit_curve_to_text(BIO *out, const EC_GROUP *group, in ec_param_explicit_curve_to_text() argument
388 static int ec_param_explicit_gen_to_text(BIO *out, const EC_GROUP *group, in ec_param_explicit_gen_to_text() argument
428 ec_param_explicit_to_text(BIO *out, const EC_GROUP *group, OSSL_LIB_CTX *libctx) ec_param_explicit_to_text() argument
469 ec_param_to_text(BIO *out, const EC_GROUP *group, OSSL_LIB_CTX *libctx) ec_param_to_text() argument
497 const EC_GROUP *group; ec_to_text() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c544 const DH_NAMED_GROUP *group = NULL; in dh_gen_common_set_params() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_asn1.c187 static int ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field) in ec_asn1_group2fieldid() argument
309 static int ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) in ec_asn1_group2curve() argument
383 EC_GROUP_get_ecparameters(const EC_GROUP *group, ECPARAMETERS *params) EC_GROUP_get_ecparameters() argument
469 EC_GROUP_get_ecpkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) EC_GROUP_get_ecpkparameters() argument
891 EC_GROUP *group = NULL; d2i_ECPKParameters() local
1321 const EC_GROUP *group; ECDSA_size() local
[all...]
H A Dec_backend.c156 static int ec_group_explicit_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, in ec_group_explicit_todata() argument
288 ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *bnctx, unsigned char **genbuf) ossl_ec_group_todata() argument
502 EC_GROUP *group = NULL; ossl_ec_group_fromdata() local
751 EC_GROUP *group; ossl_x509_algor_is_sm2() local
772 EC_GROUP *group = NULL; ossl_ec_key_param_from_x509_algor() local
[all...]
H A Dec_ameth.c31 const EC_GROUP *group; in eckey_param2type() local
134 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec); in eckey_pub_cmp() local
241 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); in ec_copy_parameters() local
289 const EC_GROUP *group; do_EC_KEY_print() local
[all...]
H A Dec_key.c258 const EC_GROUP *group = eckey->group; ec_generate_key() local
677 EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group) EC_KEY_set_group() argument
[all...]
/third_party/libabigail/src/
H A Dabg-corpus-priv.h671 corpus_group* group; member
/third_party/python/Lib/
H A Dnntplib.py683 def group(self, name): global() member in NNTP
[all...]
/third_party/pulseaudio/src/modules/
H A Dstream-interaction.c37 struct group { struct
[all...]
H A Dmodule-filter-apply.c252 char *group; in find_paired_master() local
425 char *g, *group; in move_objects_for_filter() local
[all...]

Completed in 29 milliseconds

1...<<21222324252627282930>>...43