Home
last modified time | relevance | path

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/
Dtest34-pub-include-v0.h11 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/
Dtest34-pub-include-v1.h11 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/
DtcuTestPackage.cpp75 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/
Dtest34-v1.c10 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()
Dtest34-v0.c10 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/
Dfuncs.c287 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/
Dwuffs-v0.3.c5555 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 …]