/external/elfutils/0.153/lib/ |
crc32_file.c | 63 struct stat st; local 64 if (fstat (fd, &st) == 0) 67 size_t mapsize = st.st_size; 82 if (st.st_size <= (off_t) mapsize) 84 *resp = crc32 (crc, mapped, st.st_size); 90 st.st_size -= mapsize;
|
/external/smack/src/org/xbill/DNS/ |
DNSKEYRecord.java | 81 rdataFromString(Tokenizer st, Name origin) throws IOException { 82 flags = st.getUInt16(); 83 proto = st.getUInt8(); 84 String algString = st.getString(); 87 throw st.exception("Invalid algorithm: " + algString); 88 key = st.getBase64();
|
LOCRecord.java | 94 parsePosition(Tokenizer st, String type) throws IOException { 101 deg = st.getUInt16(); 103 throw st.exception("Invalid LOC " + type + " degrees"); 105 s = st.getString(); 109 throw st.exception("Invalid LOC " + type + " minutes"); 110 s = st.getString(); 113 throw st.exception("Invalid LOC " + type + " seconds"); 114 s = st.getString(); 119 throw st.exception("Invalid LOC " + type); 127 throw st.exception("Invalid LOC " + type) [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
dtx.h | 79 Word16 dtx_enc_init(dtx_encState ** st, Word16 isf_init[], VO_MEM_OPERATOR *pMemOP); 80 Word16 dtx_enc_reset(dtx_encState * st, Word16 isf_init[]); 81 void dtx_enc_exit(dtx_encState ** st, VO_MEM_OPERATOR *pMemOP); 84 dtx_encState * st, /* i/o : State struct */ 91 dtx_encState * st, /* i/o : State struct */ 97 void tx_dtx_handler(dtx_encState * st, /* i/o : State struct */
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_atom_texture.c | 188 update_single_texture(struct st_context *st, 192 struct pipe_context *pipe = st->pipe; 193 struct gl_context *ctx = st->ctx; 210 retval = st_finalize_texture(ctx, st->pipe, texObj); 259 update_textures(struct st_context *st, 283 retval = update_single_texture(st, &sampler_view, texUnit); 304 cso_set_sampler_views(st->cso_context, 313 update_vertex_textures(struct st_context *st) 315 const struct gl_context *ctx = st->ctx; 318 update_textures(st, [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_texture.c | 188 update_single_texture(struct st_context *st, 192 struct pipe_context *pipe = st->pipe; 193 struct gl_context *ctx = st->ctx; 210 retval = st_finalize_texture(ctx, st->pipe, texObj); 259 update_textures(struct st_context *st, 283 retval = update_single_texture(st, &sampler_view, texUnit); 304 cso_set_sampler_views(st->cso_context, 313 update_vertex_textures(struct st_context *st) 315 const struct gl_context *ctx = st->ctx; 318 update_textures(st, [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
voAMRWBEnc.c | 77 Coder_State * st /* (i/o) : State structure */ 81 void Reset_encoder(void *st, Word16 reset_all) 85 cod_state = (Coder_State *) st; 161 Coder_State *st; local 215 st = (Coder_State *) spe_state; 244 Copy(st->old_speech, old_speech, L_TOTAL - L_FRAME); 245 Copy(st->old_wsp, old_wsp, PIT_MAX / OPL_DECIM); 246 Copy(st->old_exc, old_exc, PIT_MAX + L_INTERPOL); 256 Decim_12k8(speech16k, L_FRAME16k, new_speech, st->mem_decim); 259 Copy(st->mem_decim, code, 2 * L_FILT16k) 1601 Coder_State *st; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/ |
poly1305_arm.c | 209 struct poly1305_state_st *st = (struct poly1305_state_st*) (state); local 210 fe1305x2 *const r = (fe1305x2 *) (st->data + (15 & (-(int) st->data))); 228 memcpy(st->key, key + 16, 16); 229 st->buf_used = 0; 235 struct poly1305_state_st *st = (struct poly1305_state_st*) (state); local 236 fe1305x2 *const r = (fe1305x2 *) (st->data + (15 & (-(int) st->data))); 242 if (st->buf_used) 244 unsigned int todo = 32 - st->buf_used 283 struct poly1305_state_st *st = (struct poly1305_state_st*) (state); local [all...] |
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
_wcstod.h | 102 mbstate_t st; local 111 memset(&st, 0, sizeof(st)); 112 bufsize = wcsnrtombs(NULL, &s, size, 0, &st); 121 memset(&st, 0, sizeof(st)); 122 size_converted = wcsnrtombs(buf, &s, size, bufsize, &st); 135 memset(&st, 0, sizeof(st)); 136 size = mbsnrtowcs(NULL, &s, end - buf, 0, &st); [all...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder.cpp | 155 Decoder_State *st = &(((PV_AmrWbDec *)pt_st)->state); local 161 dtx_dec_amr_wb_reset(&(st->dtx_decSt), isf_init); 163 pvDecoder_AmrWb_Reset((void *) st, 1); 165 *spd_state = (void *) st; 174 void pvDecoder_AmrWb_Reset(void *st, int16 reset_all) 180 dec_state = (Decoder_State *) st; 293 Decoder_State *st; local 337 st = (Decoder_State *) spd_state; 346 newDTXState = rx_amr_wb_dtx_handler(&(st->dtx_decSt), frame_type); 351 dtx_dec_amr_wb(&(st->dtx_decSt), exc2, newDTXState, isf, &prms) [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
c_g_aver.cpp | 221 st = pointer to structure of type Cb_gain_averageState 265 Cb_gain_averageState *st, // i/o : State variables for CB gain avergeing 297 st->cbGainHistory[i] = st->cbGainHistory[i+1]; 299 st->cbGainHistory[L_CBGAINHIST-1] = gain_code; 328 st->hangVar = add(st->hangVar, 1); 332 st->hangVar = 0; 335 if (sub(st->hangVar, 10) > 0) 337 st->hangCount = 0; // Speech period, reset hangover variabl [all...] |
d_plsf_3.cpp | 41 st -- Pointer to type struct D_plsfState 48 st -- Pointer to type struct D_plsfState 49 lsp1_q -- Pointer to type Word16 -- quantized 1st LSP vector Q15 65 indices.1st order MA prediction and split by 3 vector 163 D_plsfState *st, /* i/o: State struct */ 168 Word16 * lsp1_q, /* o : quantized 1st LSP vector, Q15 */ 188 st->past_lsf_q[i], 214 st->past_r_q[i], 224 st->past_r_q[i] = 241 st->past_r_q[i] [all...] |
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_system.cpp | 73 struct stat st; local 74 if (TEMP_FAILURE_RETRY(stat(path, &st)) < 0) 77 return S_ISREG(st.st_mode) || S_ISDIR(st.st_mode); 81 struct stat st; local 82 if (TEMP_FAILURE_RETRY(stat(path, &st)) < 0) 85 return S_ISREG(st.st_mode);
|
/external/e2fsprogs/lib/ext2fs/ |
read_bb_file.c | 85 struct compat_struct *st; local 87 st = (struct compat_struct *) priv_data; 88 if (st->invalid) 89 (st->invalid)(fs, blk); 100 struct compat_struct st; local 102 st.invalid = invalid; 104 return ext2fs_read_bb_FILE2(fs, f, bb_list, &st,
|
/external/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/ |
gslice_array.pass.cpp | 32 std::size_t st[] = {19, 4, 1}; local 36 strides(st, sizeof(st)/sizeof(st[0])))] 38 strides(st, sizeof(st)/sizeof(st[0])))];
|
/external/linux-tools-perf/perf-3.12.0/arch/avr32/lib/ |
memcpy.S | 33 st.w r12++, r8 43 st.b r12++, r8 45 st.b r12++, r8 47 st.b r12++, r8 58 st.b r12++, r8 60 st.b r12++, r8 62 st.b r12++, r8
|
/ndk/sources/android/crazy_linker/src/ |
crazy_linker_system.cpp | 73 struct stat st; local 74 if (TEMP_FAILURE_RETRY(stat(path, &st)) < 0) 77 return S_ISREG(st.st_mode) || S_ISDIR(st.st_mode); 81 struct stat st; local 82 if (TEMP_FAILURE_RETRY(stat(path, &st)) < 0) 85 return S_ISREG(st.st_mode);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/ |
gslice_array.pass.cpp | 32 std::size_t st[] = {19, 4, 1}; local 36 strides(st, sizeof(st)/sizeof(st[0])))] 38 strides(st, sizeof(st)/sizeof(st[0])))];
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_utf8statetable.cc | 11 static inline bool InStateZero(const UTF8ScanObj* st, const uint8* Tbl) { 12 const uint8* Tbl0 = &st->state_table[st->state0]; 13 return (static_cast<uint32>(Tbl - Tbl0) < st->state0_size); 20 uint8 UTF8GenericProperty(const UTF8PropObj* st, 28 const uint8* Tbl_0 = &st->state_table[st->state0]; 31 int eshift = st->entry_shift; 78 uint8 UTF8GenericPropertyBigOneByte(const UTF8PropObj* st, 86 const uint8* Tbl_0 = &st->state_table[st->state0] [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
gc_pred.cpp | 201 st = pointer to a structure of type gc_predState 261 gc_predState *st, // i/o: State struct 318 ener = L_mac (ener, st->past_qua_en_MR122[i], pred_MR122[i]); 420 L_tmp = L_mac(L_tmp, pred[i], st->past_qua_en[i]); 467 gc_predState *st, /* i/o: State struct */ 553 L_temp1 = (((Word32) st->past_qua_en_MR122[i]) * 695 L_temp2 = ((((Word32) pred[i]) * st->past_qua_en[i]) << 1); 754 st = pointer to a structure of type gc_predState 761 structure pointed to by st contains the calculated quantized energy 792 gc_predState *st, // i/o: State struc [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/ |
ctx.h | 159 #define ISL_ARG_CTX_DECL(prefix,st,args) \ 160 st *isl_ctx_peek_ ## prefix(isl_ctx *ctx); 162 #define ISL_ARG_CTX_DEF(prefix,st,args) \ 163 st *isl_ctx_peek_ ## prefix(isl_ctx *ctx) \ 165 return (st *)isl_ctx_peek_options(ctx, &(args)); \ 168 #define ISL_CTX_GET_INT_DEF(prefix,st,args,field) \ 171 st *options; \ 180 #define ISL_CTX_SET_INT_DEF(prefix,st,args,field) \ 183 st *options; \ 193 #define ISL_CTX_GET_STR_DEF(prefix,st,args,field) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
ctx.h | 159 #define ISL_ARG_CTX_DECL(prefix,st,args) \ 160 st *isl_ctx_peek_ ## prefix(isl_ctx *ctx); 162 #define ISL_ARG_CTX_DEF(prefix,st,args) \ 163 st *isl_ctx_peek_ ## prefix(isl_ctx *ctx) \ 165 return (st *)isl_ctx_peek_options(ctx, &(args)); \ 168 #define ISL_CTX_GET_INT_DEF(prefix,st,args,field) \ 171 st *options; \ 180 #define ISL_CTX_SET_INT_DEF(prefix,st,args,field) \ 183 st *options; \ 193 #define ISL_CTX_GET_STR_DEF(prefix,st,args,field) [all...] |
/external/speex/libspeex/ |
kiss_fft.c | 32 const kiss_fft_cfg st, 41 if (!st->inverse) { 48 tw1 = st->twiddles; 72 tw1 = st->twiddles; 89 const kiss_fft_cfg st, 101 if (st->inverse) 107 tw3 = tw2 = tw1 = st->twiddles; 137 tw3 = tw2 = tw1 = st->twiddles; 171 const kiss_fft_cfg st, 180 epi3 = st->twiddles[fstride*m] 466 kiss_fft_cfg st=NULL; local [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarNonDeterminismMessage.java | 34 import org.stringtemplate.v4.ST; 68 ST st = getMessageTemplate(); local 72 st.add("input", input); 85 st.add("disabled", tokenName); 89 st.add("disabled", probe.getDisabledAlternatives(problemState)); 109 st.addAggr("paths.{alt, states}", displayAltI, path); 116 st.add("conflictingTokens", tokenName); 119 st.add("conflictingAlts", displayAltI); 124 st.add("hasPredicateBlockedByAction", problemState.dfa.hasPredicateBlockedByAction) [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
refiner.c | 43 int16_t tloc,tloc2,i,st,en,fraction; local 108 st=searchSegStartPos+tloc2-ENH_FL0; 112 if(st<0){ 113 WebRtcSpl_MemSetW16(vect, 0, (int16_t)(-st)); 114 WEBRTC_SPL_MEMCPY_W16(&vect[-st], idata, (ENH_VECTL+st)); 117 en=st+ENH_VECTL; 120 WEBRTC_SPL_MEMCPY_W16(vect, &idata[st], 126 WEBRTC_SPL_MEMCPY_W16(vect, &idata[st], ENH_VECTL);
|