HomeSort by relevance Sort by last modified time
    Searched refs:_s (Results 76 - 100 of 221) sorted by null

1 2 34 5 6 7 8 9

  /packages/apps/OMA-DM/engine/xpl/hdr/
dmprofile.h 55 const char* _s; member in struct:CDMProfCell
65 _s = s;
79 //printf( "DMProfile: %s, time is %lld usec, from %lld to %lld\n", _s, elapsed, n1, n2 );
81 g_aProfStorage[nCurCell]._s = strdup( _s );
87 printf( "DMProfile: %s, time is %lld usec, from %lld to %lld\n", _s, elapsed, n1, n2 );
98 const char* _s; member in struct:CDMProfile
123 const char* _s; member in struct:DMProfileData
174 __aProfStackStorage[nCurCell]._s = strdup(tmp.c_str());
181 const char* _s; member in struct:CDMProfileCapture
    [all...]
  /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/oprofile/libpopt/
system.h 78 #define getenv(_s) __secure_getenv(_s)
  /external/chromium_org/third_party/opus/src/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/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]);
  /packages/apps/OMA-DM/engine/dmlib/portlib/lj/src/
dmprofile.cc 219 if ( g_aProfStorage[n % PROF_CELL_NUM]._s ) {
222 g_aProfStorage[n % PROF_CELL_NUM]._s,
235 free( (void*)g_aProfStorage[n % PROF_CELL_NUM]._s );
236 g_aProfStorage[n % PROF_CELL_NUM]._s = NULL;
419 __aProfStackStorage[n % PROF_STACK_NUM]._s);
436 free( (void*)__aProfStackStorage[n % PROF_STACK_NUM]._s );
437 __aProfStackStorage[n % PROF_STACK_NUM]._s = NULL;
  /packages/apps/OMA-DM/engine/xpl/src/
dmprofile.cc 219 if ( g_aProfStorage[n % PROF_CELL_NUM]._s ) {
222 g_aProfStorage[n % PROF_CELL_NUM]._s,
235 free( (void*)g_aProfStorage[n % PROF_CELL_NUM]._s );
236 g_aProfStorage[n % PROF_CELL_NUM]._s = NULL;
419 __aProfStackStorage[n % PROF_STACK_NUM]._s);
436 free( (void*)__aProfStackStorage[n % PROF_STACK_NUM]._s );
437 __aProfStackStorage[n % PROF_STACK_NUM]._s = NULL;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wabcode.h 79 #define MakeResult(_s) ResultFromScode(_s)
mapicode.h 98 #define MakeResult(_s) ResultFromScode(_s)
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 570 SurfaceRef _s(dp.get(), surface);
571 if (!_s.get())
577 _s.terminate();
590 SurfaceRef _s(dp.get(), surface);
591 if (!_s.get())
608 SurfaceRef _s(dp.get(), surface);
609 if (!_s.get()) {
    [all...]
  /external/dhcpcd/
if-bsd.c 162 } _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)); \
  /dalvik/vm/
Common.h 130 s2 _s; member in struct:JValue::__anon1161
  /external/clang/test/SemaCXX/
anonymous-union.cpp 118 typedef struct _s { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/
mpfr.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
mpfr.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpfr.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 138 f, fname, (_s, _m, ty) = imp.find_module(module, path)
140 f, fname, (_s, _m, ty) = imp.find_module(module, path + sys.path)
144 f, fname, (_s, _m, ty) = imp.find_module('__init__', [fname])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 138 f, fname, (_s, _m, ty) = imp.find_module(module, path)
140 f, fname, (_s, _m, ty) = imp.find_module(module, path + sys.path)
144 f, fname, (_s, _m, ty) = imp.find_module('__init__', [fname])
  /external/qemu/target-mips/
helper.h 200 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) \
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
bfd.h     [all...]

Completed in 779 milliseconds

1 2 34 5 6 7 8 9