Home
last modified time | relevance | path

Searched refs:ptr2 (Results 126 - 136 of 136) sorted by relevance

123456

/third_party/curl/lib/vssh/
H A Dlibssh.c1634 char *ptr2; in myssh_statemach_act() local
1644 to_t = curlx_strtoofft(ptr, &ptr2, 10, &to); in myssh_statemach_act()
H A Dlibssh2.c2514 char *ptr2; in ssh_statemach_act() local
2523 to_t = curlx_strtoofft(ptr, &ptr2, 10, &to); in ssh_statemach_act()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.c4383 struct p2p_noa_desc desc1, desc2, *ptr1 = NULL, *ptr2 = NULL; in p2p_build_presence_req() local
4402 ptr2 = &desc2; in p2p_build_presence_req()
4408 p2p_buf_add_noa(req, 0, 0, 0, ptr1, ptr2); in p2p_build_presence_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.c4571 struct p2p_noa_desc desc1, desc2, *ptr1 = NULL, *ptr2 = NULL; local
4590 ptr2 = &desc2;
4596 p2p_buf_add_noa(req, 0, 0, 0, ptr1, ptr2);
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c202 const char* ptr2 = "hello"; in testIsNull() local
205 TEST_ASSERT_NOT_NULL(ptr2); in testIsNull()
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H A Dsis_main.c5109 const u8 *ptr, *ptr2; in sisfb_post_xgi() local
5418 ptr2 = cs33a; in sisfb_post_xgi()
5422 ptr2 = (const u8 *)&bios[index + 0x20]; in sisfb_post_xgi()
5429 regd = le32_to_cpu(((u32 *)ptr2)[regb]); in sisfb_post_xgi()
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H A Dsis_main.c5123 const u8 *ptr, *ptr2; in sisfb_post_xgi() local
5432 ptr2 = cs33a; in sisfb_post_xgi()
5436 ptr2 = (const u8 *)&bios[index + 0x20]; in sisfb_post_xgi()
5443 regd = le32_to_cpu(((u32 *)ptr2)[regb]); in sisfb_post_xgi()
/third_party/node/deps/v8/tools/
H A Dgrokdump.py2196 for name in ("isolate","ptr1", "ptr2", "ptr3", "ptr4", "codeObject1",
2254 ptr2 = self.reader.ReadUIntPtr(slot + ptr_size * 3)
2259 print(" ptr2: %s" % self.heap.FormatIntPtr(ptr2))
/third_party/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp3458 MeasureUnit *ptr2 = MeasureUnit::createArcMinute(status); in TestBasic() local
3459 if (!(*ptr1 == *ptr2)) { in TestBasic()
3462 if (*ptr1 != *ptr2) { in TestBasic()
3483 delete ptr2; in TestBasic()
/third_party/backends/backend/
H A Davision.c5449 uint8_t* ptr2 = ptr1 + line * stride; /* pixel */ in sort_and_average() local
5452 temp = 0xffff * *ptr2 / 255; in sort_and_average()
5454 temp = get_double_le (ptr2); /* little-endian! */ in sort_and_average()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 80 milliseconds

123456