Searched refs:_s (Results 1 - 25 of 36) sorted by relevance

12

/external/qemu/include/migration/
H A Dvmstate.h502 _s : struct state name
522 #define VMSTATE_BOOL_V(_f, _s, _v) \
523 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_bool, bool)
525 #define VMSTATE_INT8_V(_f, _s, _v) \
526 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_int8, int8_t)
527 #define VMSTATE_INT16_V(_f, _s, _v) \
528 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_int16, int16_t)
529 #define VMSTATE_INT32_V(_f, _s, _v) \
530 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_int32, int32_t)
531 #define VMSTATE_INT64_V(_f, _s, _
[all...]
/external/elfutils/0.153/lib/
H A Deu-config.h145 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), '\0', _s); })
147 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
149 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
/external/netcat/
H A Datomicio.c41 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) argument
43 char *s = _s;
/external/oprofile/libpopt/
H A Dsystem.h78 #define getenv(_s) __secure_getenv(_s)
/external/chromium_org/third_party/opus/src/celt/
H A Dentenc.h59 _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);
H A Dentenc.c164 void ec_enc_icdf(ec_enc *_this,int _s,const unsigned char *_icdf,unsigned _ftb){ argument
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/libopus/celt/
H A Dentenc.h59 _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);
H A Dentenc.c164 void ec_enc_icdf(ec_enc *_this,int _s,const unsigned char *_icdf,unsigned _ftb){ argument
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/dhcpcd/
H A Dif-bsd.c162 } _s; local
168 _s.sa = &_var; \
169 _s.sin->sin_family = AF_INET; \
170 _s.sin->sin_len = sizeof(*_s.sin); \
171 memcpy(&_s.sin->sin_addr, _addr, sizeof(_s.sin->sin_addr)); \
/external/clang/test/SemaCXX/
H A Danonymous-union.cpp118 typedef struct _s { struct
/external/qemu/target-mips/
H A Dhelper.h200 DEF_HELPER_2(float_ ## op ## _s, i32, env, i32) \
208 DEF_HELPER_1(float_ ## op ## _s, i32, i32) \
216 DEF_HELPER_2(float_ ## op ## _s, i32, env, i32) \
224 DEF_HELPER_3(float_ ## op ## _s, i32, env, i32, i32) \
236 DEF_HELPER_4(float_ ## op ## _s, i32, env, i32, i32, i32) \
H A Dop_helper.c2707 uint32_t helper_float_ ## name ## _s(uint32_t fst0) \
2852 uint32_t helper_float_ ## name ## _s(CPUMIPSState *env, \
2903 uint32_t helper_float_ ## name1 ## name2 ## _s(CPUMIPSState *env, \
2944 uint32_t helper_float_n ## name1 ## name2 ## _s(CPUMIPSState *env, \
/external/deqp/framework/delibs/depool/
H A DdePoolHeap.h61 typedef struct TYPENAME##_s \
H A DdePoolArray.h94 typedef struct TYPENAME##_s \
H A DdePoolHashSet.h61 typedef struct TYPENAME##_s \
H A DdePoolMultiSet.h65 typedef struct TYPENAME##_s \
H A DdePoolHash.h79 typedef struct TYPENAME##_s \
H A DdePoolSet.h77 typedef struct TYPENAME##_s \
/external/qemu/target-i386/
H A Dcpu.h676 float32 _s[4]; member in union:__anon30115
684 float32 _s[2]; member in union:__anon30116
692 #define XMM_S(n) _s[3 - (n)]
699 #define MMX_S(n) _s[1 - (n)]
704 #define XMM_S(n) _s[n]
711 #define MMX_S(n) _s[n]
/external/opencv/cv/src/
H A Dcvcontours.cpp604 schar _s = (schar) s; local
606 CV_WRITE_SEQ_ELEM( _s, writer );
782 schar _s = (schar) s; local
783 CV_WRITE_SEQ_ELEM( _s, writer );
/external/chromium_org/v8/src/arm64/
H A Ddisasm-arm64.cc989 case A##_s: \
1017 case A##_s: \
1041 case A##_s: \
/external/qemu/android/skin/
H A Dargb.h199 int _s = (s); \
200 x1##_ag = (x2##_ag >> _s) & 0xff00ff; \
201 x1##_rb = (x2##_rb >> _s) & 0xff00ff; \
/external/vixl/src/a64/
H A Ddisasm-a64.cc996 case A##_s: \
1024 case A##_s: \
1048 case A##_s: \
/external/doclava/src/com/google/doclava/parser/
H A DJavaParser.java16037 int _s = s;
16057 new NoViableAltException(getDescription(), 2, _s, input);
16132 int _s = s;
16317 new NoViableAltException(getDescription(), 12, _s, input);
16461 int _s = s;
16646 new NoViableAltException(getDescription(), 15, _s, input);
16720 int _s = s;
16905 new NoViableAltException(getDescription(), 31, _s, input);
16988 int _s = s;
17251 new NoViableAltException(getDescription(), 39, _s, inpu
[all...]
/external/stlport/src/
H A Dnum_put_float.cpp294 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) _STLP_APPEND(F, _s)(buf, bsize, X, N, PT, SIGN); return buf

Completed in 5956 milliseconds

12