Home
last modified time | relevance | path

Searched defs:group (Results 351 - 375 of 2193) sorted by relevance

1...<<11121314151617181920>>...88

/kernel/linux/linux-6.6/tools/objtool/
H A Dspecial.c22 bool group, jump_or_nop; member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/aarch64/
H A Dvgic.c139 uint32_t group = intid_is_private ? KVM_DEV_ARM_VGIC_GRP_REDIST_REGS in vgic_poke_irq() local
/kernel/linux/linux-6.6/sound/core/
H A Dump_convert.c423 static int do_convert_to_ump(struct ump_cvt_to_ump *cvt, unsigned char group, in do_convert_to_ump() argument
245 cvt_legacy_sysex_to_ump(struct ump_cvt_to_ump *cvt, unsigned char group, u32 *data, bool finish) cvt_legacy_sysex_to_ump() argument
279 cvt_legacy_system_to_ump(struct ump_cvt_to_ump *cvt, unsigned char group, u32 *data) cvt_legacy_system_to_ump() argument
312 cvt_legacy_cmd_to_ump(struct ump_cvt_to_ump *cvt, unsigned char group, unsigned int protocol, u32 *data, unsigned char bytes) cvt_legacy_cmd_to_ump() argument
500 snd_ump_convert_to_ump(struct ump_cvt_to_ump *cvt, unsigned char group, unsigned int protocol, unsigned char c) snd_ump_convert_to_ump() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtsdcfmsy.cpp63 UnicodeString group = en.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol); in testSymbols() local
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DRbnfMapperTest.java175 rbnfRule( Group group, String setType, Access access, String key, String value, int ruleIndex) rbnfRule() argument
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DBundleGroupEditDialog.java20 BundleGroup group; field in BundleGroupEditDialog
43 public BundleGroupEditDialog(BundleGroup group, JFrame frame, String title, boolean modal) { in BundleGroupEditDialog() argument
[all...]
/third_party/libcoap/examples/
H A Dtiny.c89 get_session(coap_context_t *ctx, const char *group) { in get_session() argument
/third_party/ltp/lib/
H A Dtst_safe_file_at.c202 safe_fchownat(const char *const file, const int lineno, const int dirfd, const char *const path, uid_t owner, gid_t group, int flags) safe_fchownat() argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_instr_test.cpp318 auto group = alu.split(vf); in TEST_F() local
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_buffer_upload.c73 nine_upload_create_buffer_group(struct nine_buffer_upload *upload, struct nine_buffer_group *group) nine_upload_create_buffer_group() argument
117 nine_upload_destroy_buffer_group(struct nine_buffer_upload *upload, struct nine_buffer_group *group) nine_upload_destroy_buffer_group() argument
189 struct nine_buffer_group *group = NULL; nine_upload_create_buffer() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir.h152 uint8_t group; member
H A Dbrw_disasm_info.c135 struct inst_group *group; disasm_annotate() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dcanonical-types.cc23 CanonicalGroup group; in AddRecursiveGroup() local
[all...]
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-mcast.h95 uint32_t group; member
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify06.c121 static void verify_event(int group, struct fanotify_event_metadata *event) in verify_event() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dcompat_16.h154 int FCHOWN(void (cleanup)(void), unsigned int fd, UID_T owner, GID_T group) in FCHOWN() argument
159 int LCHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in LCHOWN() argument
164 int CHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in CHOWN() argument
H A Dcompat_tst_16.h141 int FCHOWN(unsigned int fd, UID_T owner, GID_T group) in FCHOWN() argument
146 int LCHOWN(const char *path, UID_T owner, GID_T group) in LCHOWN() argument
151 int CHOWN(const char *path, UID_T owner, GID_T group) in CHOWN() argument
/third_party/lwip/src/core/ipv6/
H A Dmld6.c98 struct mld_group *group = netif_mld6_data(netif); in mld6_stop() local
127 struct mld_group *group = netif_mld6_data(netif); mld6_report_groups() local
146 struct mld_group *group = netif_mld6_data(ifp); mld6_lookfor_group() local
170 struct mld_group *group; mld6_new_group() local
194 mld6_remove_group(struct netif *netif, struct mld_group *group) mld6_remove_group() argument
230 struct mld_group *group; mld6_input() local
353 struct mld_group *group; global() local
447 struct mld_group *group; global() local
513 struct mld_group *group = netif_mld6_data(netif); global() local
547 struct mld_group *group = netif_mld6_data(netif); global() local
569 mld6_delayed_report(struct mld_group *group, u16_t maxresp_in) global() argument
604 mld6_send(struct netif *netif, struct mld_group *group, u8_t type) global() argument
[all...]
/third_party/libinput/udev/
H A Dlibinput-device-group.c161 char group[1024]; in main() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dmemory-lowering.h41 static AllocationState const* Closed(AllocationGroup* group, Node* effect, in Closed() argument
45 static AllocationState const* Open(AllocationGroup* group, intptr_t size, in Open() argument
52 AllocationGroup* group() const { return group_; } in group() function in v8::internal::compiler::final::final
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_slab.c64 struct pb_slab_group *group = &slabs->groups[entry->group_index]; in pb_slab_reclaim() local
123 struct pb_slab_group *group; in pb_slab_alloc_reclaimed() local
267 struct pb_slab_group *group = &slabs->groups[i]; pb_slabs_init() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_params.c247 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid); in ossl_ffc_params_todata() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls_depr.c172 const EC_GROUP *group = EC_KEY_get0_group((const EC_KEY *)key); in ssl_set_tmp_ecdh_groups() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DSchema.java51 public Builder add(ColumnGroup<?, ?> group) { in add() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dusergroup.c223 pa_getgrnam_free(struct group *group) pa_getgrnam_free() argument
233 pa_getgrnam_free(struct group *group) pa_getgrnam_free() argument
[all...]

Completed in 11 milliseconds

1...<<11121314151617181920>>...88