/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 3708 pub fn res1(&self) -> __u16 { in res1() functions 3818 pub fn new_bitfield_1(res1: __u16, doff: __u16, fin: __u16, syn: __u16, rst: __u16, psh: __u16, ack: __u16, urg: __u16, ece: __u16, cwr: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1() 3821 let res1: u16 = unsafe { ::core::mem::transmute(res1) }; 3822 res1 as u64
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.c | 524 rx_firmware_statistics->res1[i] = in get_statistics() 525 p_rx_fw_statistics_pram->res1[i]; in get_statistics()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.c | 544 rx_firmware_statistics->res1[i] = in get_statistics() 545 p_rx_fw_statistics_pram->res1[i]; in get_statistics()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 511 LLVMValueRef *res1) in lp_build_lerp23() 551 *res1 = lp_build_add(bld, tmp, v0); in lp_build_lerp23() 507 lp_build_lerp23(struct lp_build_context *bld, LLVMValueRef v0, LLVMValueRef v1, LLVMValueRef *res0, LLVMValueRef *res1) lp_build_lerp23() argument
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 3811 int[] res1 = new int[COUNT]; in TestFormatToCharacterIteratorThread() 3814 Thread t1 = new Thread(new FormatCharItrTestThread(fmt1, 1, res1)); in TestFormatToCharacterIteratorThread() 3827 int val1 = res1[0]; in TestFormatToCharacterIteratorThread() 3831 if (res1[i] != val1) { in TestFormatToCharacterIteratorThread()
|
H A D | DateFormatTest.java | 4032 String res1 = result.toString(); in TestFormalChineseDate() 4034 if (! res1.equals(expected)) { in TestFormalChineseDate()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 3808 int[] res1 = new int[COUNT]; in TestFormatToCharacterIteratorThread() 3811 Thread t1 = new Thread(new FormatCharItrTestThread(fmt1, 1, res1)); in TestFormatToCharacterIteratorThread() 3824 int val1 = res1[0]; in TestFormatToCharacterIteratorThread() 3828 if (res1[i] != val1) { in TestFormatToCharacterIteratorThread()
|
H A D | DateFormatTest.java | 4129 String res1 = result.toString(); in TestFormalChineseDate() 4131 if (! res1.equals(expected)) { in TestFormalChineseDate()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 1761 int res1 = munmap(temp_map, unused_part_1); in map_library() local 1762 if (res1 == -1) { in map_library() 5386 int res1 = munmap(temp_map, unused_part_1); in task_map_library() local 5387 if (res1 == -1) { in task_map_library()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | sa_query.c | 725 { GUIDINFO_REC_FIELD(res1),
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | sa_query.c | 673 { GUIDINFO_REC_FIELD(res1),
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | asix_devices.c | 36 __le16 res1; member
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 1450 u8 res1[16]; in ep11_kblob2protkey() member
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevcdsp_msa.c | 563 int64_t res0, res1, res2, res3; in hevc_hz_8t_12w_msa() local 624 res1 = __msa_copy_s_d((v2i64) dst4, 1); in hevc_hz_8t_12w_msa() 628 SD4(res0, res1, res2, res3, (dst + 8), dst_stride); in hevc_hz_8t_12w_msa()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emufx.c | 1104 ipcm->res1 = ipcm->res2 = 0; in snd_emu10k1_ipcm_peek()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fslog.c | 133 u8 res1[2]; member
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emufx.c | 1159 ipcm->res1 = ipcm->res2 = 0; in snd_emu10k1_ipcm_peek()
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd_eckd.c | 967 else if (sneq->flags.identifier == 3 && sneq->res1 == 1) in dasd_eckd_identify_conf_parts()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 6673 * Exception: At least one of the reserved bits of the TCP header (th->res1) is 6696 if (((!ect || th->res1) && ecn_ok) || tcp_ca_needs_ecn(listen_sk) || in tcp_ecn_create_request()
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_eckd.c | 969 else if (sneq->flags.identifier == 3 && sneq->res1 == 1) in dasd_eckd_identify_conf_parts()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_input.c | 6783 * Exception: At least one of the reserved bits of the TCP header (th->res1) is 6806 if (((!ect || th->res1) && ecn_ok) || tcp_ca_needs_ecn(listen_sk) || in tcp_ecn_create_request()
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |