Searched refs:s_ptr (Results 1 – 7 of 7) sorted by relevance
/third_party/libabigail/tests/data/test-diff-suppr/test34-pub-include-dir-v0/ |
D | test34-pub-include-v0.h | 11 typedef struct S* s_ptr; typedef 14 foo(s_ptr, int a); 16 s_ptr 17 bar(s_ptr, char a); 20 baz(s_ptr);
|
/third_party/libabigail/tests/data/test-diff-suppr/test34-pub-include-dir-v1/ |
D | test34-pub-include-v1.h | 11 typedef struct S* s_ptr; typedef 14 foo(s_ptr, int a); 16 s_ptr 17 bar(s_ptr, char a); 20 baz(s_ptr);
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestPackage.cpp | 75 static TestPackageRegistry* s_ptr = DE_NULL; in getOrDestroy() local 79 if (!s_ptr) in getOrDestroy() 80 s_ptr = new TestPackageRegistry(); in getOrDestroy() 82 return s_ptr; in getOrDestroy() 86 if (s_ptr) in getOrDestroy() 88 delete s_ptr; in getOrDestroy() 89 s_ptr = DE_NULL; in getOrDestroy()
|
/third_party/libabigail/tests/data/test-diff-suppr/ |
D | test34-v1.c | 10 foo(s_ptr ptr, int a) in foo() 16 s_ptr 17 bar(s_ptr ptr, char a) in bar() 25 baz(s_ptr ptr) in baz()
|
D | test34-v0.c | 10 foo(s_ptr ptr, int a) in foo() 16 s_ptr 17 bar(s_ptr ptr, char a) in bar() 25 baz(s_ptr ptr) in baz()
|
/third_party/mksh/ |
D | funcs.c | 287 static const char *s_ptr; variable 486 s_ptr = s; in c_print() 488 s = s_ptr; in c_print() 599 return (ord(*s_ptr++)); in s_get() 605 --s_ptr; in s_put()
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
D | wuffs-v0.3.c | 5555 wuffs_base__utf_8__next(const uint8_t* s_ptr, size_t s_len); 5564 wuffs_base__utf_8__next_from_end(const uint8_t* s_ptr, size_t s_len); 5581 wuffs_base__utf_8__longest_valid_prefix(const uint8_t* s_ptr, size_t s_len); 5594 wuffs_base__ascii__longest_valid_prefix(const uint8_t* s_ptr, size_t s_len); 14838 const uint8_t* s_ptr = src.ptr; in wuffs_base__base_64__decode() local 14843 uint32_t s = wuffs_base__peek_u32le__no_bounds_check(s_ptr); in wuffs_base__base_64__decode() 14857 (s_ptr[3] == '=')) { in wuffs_base__base_64__decode() 14859 if (s_ptr[2] == '=') { in wuffs_base__base_64__decode() 14873 s_ptr += 4; in wuffs_base__base_64__decode() 14899 uint32_t s = wuffs_base__peek_u24le__no_bounds_check(s_ptr); in wuffs_base__base_64__decode() [all …]
|