HomeSort by relevance Sort by last modified time
    Searched refs:_s (Results 101 - 125 of 306) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
cdefs_elf.h 102 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s)
104 #define __RCSID(_s) __IDSTRING(rcsid,_s)
105 #define __SCCSID(_s)
106 #define __SCCSID2(_s)
108 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
110 #define __COPYRIGHT(_s) \
112 __attribute__((__unused__,__section__(".copyright"))) = _s
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapiwin.h 31 #define HexCchOf(_s) (sizeof(_s)*2+1)
32 #define HexSizeOf(_s) (HexCchOf(_s)*sizeof(TCHAR))
wabcode.h 79 #define MakeResult(_s) ResultFromScode(_s)
  /external/mesa3d/src/amd/addrlib/inc/
lnx_common_defs.h 119 #define memcpy(_d, _s, _n) __ke_memcpy(_d, _s, _n)
120 #define strlen(_s) __ke_strlen(_s)
121 #define strcpy(_d, _s) __ke_strcpy(_d, _s)
122 #define strncpy(_d, _s, _n) __ke_strncpy(_d, _s, _n)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
cdefs_aout.h 85 #define __IDSTRING(_n,_s) \
86 __asm(".data ; .asciz \"" _s "\" ; .text")
90 //#define __RCSID(_s) __IDSTRING(rcsid,_s)
91 #define __RCSID(_s)
92 #define __SCCSID(_s)
93 #define __SCCSID2(_s)
95 #define __COPYRIGHT(_s) __IDSTRING(copyright,_s)
97 #define __COPYRIGHT(_s) \
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
ring.h 53 #define __CONST_RING_SIZE(_s, _sz) \
54 (__RD32(((_sz) - offsetof(struct _s##_sring, ring)) / \
55 sizeof(((struct _s##_sring *)0)->ring[0])))
59 #define __RING_SIZE(_s, _sz) \
60 (__RD32(((_sz) - (INTN)(_s)->ring + (INTN)(_s)) / sizeof((_s)->ring[0])))
156 #define SHARED_RING_INIT(_s) do { \
157 (_s)->req_prod = (_s)->rsp_prod = 0; \
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
HashCon.cpp 64 Print_DirItemsStat(_s, st);
65 *_so << _s << endl << endl;
127 _s.Empty();
132 _s.Add_Space();
134 AddMinuses(_s, GetColumnWidth(h.DigestSize));
139 _s.Add_Space();
140 AddMinuses(_s, kSizeField_Len);
146 AddMinuses(_s, kNameField_Len);
149 *_so << _s << endl;
156 _s.Empty();
259 *_so << _s; local
    [all...]
PercentPrinter.h 32 AString _s; member in class:CPercentPrinter
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Ascii/
PrintWidth.h 28 #define STRING_W(_s) _s
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Ascii/
PrintWidth.h 28 #define STRING_W(_s) _s
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Ascii/
PrintWidth.h 28 #define STRING_W(_s) _s
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Ascii/
PrintWidth.h 28 #define STRING_W(_s) _s
  /frameworks/base/libs/hwui/utils/
TimeUtils.h 24 constexpr nsecs_t operator"" _s (unsigned long long s) { function in namespace:android::uirenderer
  /external/elfutils/lib/
eu-config.h 126 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), '\0', _s); })
128 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
130 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
  /prebuilts/misc/windows/sdl2/test/
controllermap.c 110 int s, _s; local
237 for (_s = 0; _s < s; _s++) {
238 if (steps[_s].axis == event.jaxis.axis) {
242 if (_s == s) {
254 for (_s = 0; _s < s; _s++) {
255 if (steps[_s].hat == event.jhat.hat && steps[_s].hat_value == event.jhat.value)
    [all...]
  /external/kmod/port-gnu/
config.h 174 #define strndupa(_s,_l) strdup(_s)
  /external/netcat/
atomicio.c 41 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n)
43 char *s = _s;
  /external/openssh/
atomicio.h 36 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n,
atomicio.c 52 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n,
55 char *s = _s;
92 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n)
94 return atomicio6(f, fd, _s, n, NULL, NULL);
  /external/libopus/celt/
entenc.h 59 _s: The index of the symbol to encode.
60 _icdf: The "inverse" CDF, such that symbol _s falls in the range
61 [_s>0?ft-_icdf[_s-1]:0,ft-_icdf[_s]), where ft=1<<_ftb.
65 void ec_enc_icdf(ec_enc *_this,int _s,const unsigned char *_icdf,unsigned _ftb);
entenc.c 164 void ec_enc_icdf(ec_enc *_this,int _s,const unsigned char *_icdf,unsigned _ftb){
167 if(_s>0){
168 _this->val+=_this->rng-IMUL32(r,_icdf[_s-1]);
169 _this->rng=IMUL32(r,_icdf[_s-1]-_icdf[_s]);
171 else _this->rng-=IMUL32(r,_icdf[_s]);
  /external/arm-neon-tests/
ref_vqmovun.c 46 INSN##_s##W2(VECT_VAR(vector, int, W2, N)); \
49 dump_neon_cumulative_sat(TEST_MSG, xSTR(INSN##_s##W2), \
  /hardware/interfaces/media/omx/1.0/vts/functional/master/
VtsHalMediaOmxV1_0TargetMasterTest.cpp 147 android::hardware::media::omx::V1_0::Status _s,
149 status = _s;
184 android::hardware::media::omx::V1_0::Status _s,
186 status = _s;
203 [&](android::hardware::media::omx::V1_0::Status _s,
205 status = _s;
  /bionic/libc/include/sys/
cdefs.h 213 #define __IDSTRING(_prefix,_s) /* nothing */
214 #define __COPYRIGHT(_s) /* nothing */
215 #define __FBSDID(_s) /* nothing */
216 #define __RCSID(_s) /* nothing */
217 #define __SCCSID(_s) /* nothing */
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
asm.h 175 #define __KERNEL_RCSID(_n, _s) /* nothing */
177 #define __KERNEL_RCSID(_n, _s) RCSID(_s)

Completed in 1179 milliseconds

1 2 3 45 6 7 8 91011>>