Home
last modified time | relevance | path

Searched defs:indx (Results 1 – 25 of 36) sorted by relevance

12

/third_party/libsnd/src/
Dcommand.c113 { int indx ; in psf_get_format_simple() local
172 { int indx ; in psf_get_format_major() local
246 { int indx ; in psf_get_format_subtype() local
Dima_adpcm.c94 clamp_ima_step_index (int indx) in clamp_ima_step_index()
330 { int chan, k, step, diff, vpdiff, blockindx, indx ; in aiff_ima_encode_block() local
393 { int chan, k, predictor, blockindx, indx, indxstart, diff ; in wavlike_ima_decode_block() local
484 { int chan, k, step, diff, vpdiff, blockindx, indx, indxstart ; in wavlike_ima_encode_block() local
572 { int count, total = 0, indx = 0 ; in ima_read_block() local
875 { int count, total = 0, indx = 0 ; in ima_write_block() local
Drx2.c188 { int len [4], indx ; in rx2_open() local
Drf64.c864 { int indx ; in rf64_get_chunk_size() local
876 { int indx ; in rf64_get_chunk_data() local
Dvox_adpcm.c126 { int indx = 0, k ; in vox_read_block() local
269 { int indx = 0, k ; in vox_write_block() local
Dg72x.c204 { int count, total = 0, indx = 0 ; in g72x_read_block() local
449 { int count, total = 0, indx = 0 ; in g72x_write_block() local
Dcaf.c1004 { int indx ; in caf_get_chunk_size() local
1016 { int indx ; in caf_get_chunk_data() local
Dgsm610.c242 { int count, total = 0, indx = 0 ; in gsm610_read_block() local
475 { int count, total = 0, indx = 0 ; in gsm610_write_block() local
Dms_adpcm.c321 { int count, total = 0, indx = 0 ; in msadpcm_read_block() local
649 { int count, total = 0, indx = 0 ; in msadpcm_write_block() local
Dwav.c1623 { int indx ; in wav_get_chunk_size() local
1635 { int indx ; in wav_get_chunk_data() local
Dnms_adpcm.c720 { int count, indx = 0 ; in nms_adpcm_read_block() local
889 { int count, total = 0, indx = 0 ; in nms_adpcm_write_block() local
Daiff.c1804 { int indx ; in aiff_get_chunk_size() local
1817 int indx ; in aiff_get_chunk_data() local
/third_party/libsnd/src/ALAC/
Dalac_encoder.c238 uint32_t indx ; in EncodeStereo() local
518 uint32_t indx ; in EncodeStereoFast() local
689 uint32_t indx ; in EncodeStereoEscape() local
753 uint32_t indx, indx2 ; in EncodeMono() local
1205 for (uint32_t indx = 0 ; indx < kALACMaxChannels ; indx++) in alac_encoder_init() local
1271 int32_t indx ; in AddFiller() local
Dalac_decoder.c649 for (uint32_t indx = 0 ; indx < (numItems * stride) ; indx += stride) in Zero32() local
/third_party/lzma/C/
DPpmd7.c24 #define I2U(indx) ((unsigned)p->Indx2Units[indx]) argument
25 #define I2U_UInt16(indx) ((UInt16)p->Indx2Units[indx]) argument
117 static void Ppmd7_InsertNode(CPpmd7 *p, void *node, unsigned indx) in Ppmd7_InsertNode()
127 static void *Ppmd7_RemoveNode(CPpmd7 *p, unsigned indx) in Ppmd7_RemoveNode()
254 static void *Ppmd7_AllocUnitsRare(CPpmd7 *p, unsigned indx) in Ppmd7_AllocUnitsRare()
287 static void *Ppmd7_AllocUnits(CPpmd7 *p, unsigned indx) in Ppmd7_AllocUnits()
DBcj2.c128 #define ONE_ITER(indx) { \ in Bcj2Dec_Decode() argument
/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c1027 _es_VertexAttrib1fARB(GLuint indx, GLfloat x) in _es_VertexAttrib1fARB()
1034 _es_VertexAttrib1fvARB(GLuint indx, const GLfloat* values) in _es_VertexAttrib1fvARB()
1041 _es_VertexAttrib2fARB(GLuint indx, GLfloat x, GLfloat y) in _es_VertexAttrib2fARB()
1048 _es_VertexAttrib2fvARB(GLuint indx, const GLfloat* values) in _es_VertexAttrib2fvARB()
1055 _es_VertexAttrib3fARB(GLuint indx, GLfloat x, GLfloat y, GLfloat z) in _es_VertexAttrib3fARB()
1062 _es_VertexAttrib3fvARB(GLuint indx, const GLfloat* values) in _es_VertexAttrib3fvARB()
1069 _es_VertexAttrib4fvARB(GLuint indx, const GLfloat* values) in _es_VertexAttrib4fvARB()
/third_party/libsnd/tests/
Dcue_test.c101 int indx = info->cue_points[i].indx; in print_cues() local
/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c392 const INDEX_BLOCK *indx; in sanity_indx() local
633 INDEX_BLOCK *indx; in write_protected() local
1488 INDEX_BLOCK *indx; in update_index() local
1755 const INDEX_BLOCK *indx; in check_full_index() local
1786 INDEX_BLOCK *indx; in create_indx() local
1865 INDEX_BLOCK *indx; in redo_add_index() local
2159 INDEX_BLOCK *indx; in redo_delete_index() local
2848 INDEX_BLOCK *indx; in redo_write_index() local
2937 INDEX_BLOCK *indx; in undo_add_index() local
3106 INDEX_BLOCK *indx; in undo_delete_index() local
[all …]
/third_party/curl/lib/
Ddynbuf.c70 size_t indx = s->leng; in dyn_nappend() local
/third_party/ffmpeg/libavcodec/
Dindeo4.c274 int plane, band_num, indx, transform_id, scan_indx; in decode_band_hdr() local
/third_party/libdrm/tests/modetest/
Dcursor.c75 static uint32_t indx, count; variable
/third_party/ntfs-3g/libntfs-3g/
Dobject_id.c144 struct OBJECT_ID_INDEX indx; in set_object_id_index() local
/third_party/node/deps/openssl/openssl/apps/
Dsrp.c64 static void print_entry(CA_DB *db, int indx, int verbose, char *s) in print_entry()
/third_party/openssl/apps/
Dsrp.c64 static void print_entry(CA_DB *db, int indx, int verbose, char *s) in print_entry()

12