Searched refs:position (Results 1 - 25 of 2231) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c48 __u32 position; // current position in file member in struct:__anon34306
449 h->position = 0;
529 pos= h->position;
550 h->position = pos + nRead;
600 pos = h->position;
607 h->position = pos + nWritten;
675 if( (h->position + offset) >= 0)
677 pos = (h->position + offset);
691 h->position
[all...]
/external/zlib/src/contrib/delphi/
H A DZLib.pas102 backwards. The special case of setting the stream position to zero is
103 allowed. Seeking forward decompresses data until the requested position in
/external/webrtc/src/common_audio/vad/
H A Dvad_sp.c63 int position = -1; local
96 // |low_value_vector|. If so, find the |position| where to insert the new
102 position = 0;
104 position = 1;
107 position = 2;
109 position = 3;
113 position = 4;
115 position = 5;
118 position = 6;
120 position
[all...]
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_resampler.c28 float position; member in struct:__anon33472
56 obj->position = 0.0;
102 tnew = be * mm + obj->position;
120 tnew = be * mm + obj->position;
125 obj->position += outsize * be - size;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c1784 vki_size_t, size, uint32_t, position, int, options);
1803 vki_size_t, size, uint32_t, position, int, options);
1820 vki_size_t,"size", uint32_t,"position", int,"options" );
1834 vki_size_t,"size", uint32_t,"position", int,"options" );
2223 Int i; // Current position in the descriptors section array.
3387 PRE_MEM_WRITE("getdirentries(position)", ARG4, sizeof(vki_off_t));
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1797 /* pre: must be readable: position
1800 must be writable: outbuf[*position ..
1801 *position - 1
1804 post: make readable: outbuf[old *position .. new *position]
1808 int* position, MPI_Comm comm )
1812 int position_ORIG = *position;
1816 check_mem_is_defined_untyped(position, sizeof(*position));
1830 CALL_FN_W_7W(err, fn, inbuf,incount,datatype, outbuf,outsize,position, com
1806 PMPI_Pack( void* inbuf, int incount, MPI_Datatype datatype, void* outbuf, int outsize, int* position, MPI_Comm comm ) argument
1855 PMPI_Unpack( void* inbuf, int insize, int* position, void* outbuf, int outcount, MPI_Datatype datatype, MPI_Comm comm ) argument
[all...]
/external/tremolo/Tremolo/
H A Dbitwise.c374 int getbyte(ogg_reference *or,int position){ argument
375 while(or && position>=or->length){
376 position-=or->length;
384 if((position+or->begin)&1)
385 return (or->buffer->data[(position+or->begin)>>1])&0xff;
387 return (or->buffer->data[(position+or->begin)>>1]>>8)&0xff;
H A DbitwiseARM.s313 @ Store back the new position
347 @ Store back the new position
/external/srec/portable/include/
H A DPANSIFileImpl.h92 PORTABLE_API ESR_ReturnCode PANSIFileGetPositionImpl(PFile* self, size_t* position);
H A DPFile.h137 * @param origin Initial position
143 * Gets the current position of a PFile.
146 * @param position [out] The position
149 ESR_ReturnCode(*getPosition)(struct PFile_t* self, size_t* position);
311 * @param origin Initial position
317 * Gets the current position of a PFile.
320 * @param position [out] The position
323 PORTABLE_API ESR_ReturnCode PFileGetPosition(PFile* self, size_t* position);
[all...]
/external/srec/portable/src/
H A DPANSIFileImpl.c286 ESR_ReturnCode PANSIFileGetPositionImpl(PFile* self, size_t* position) argument
312 *position = pos;
346 long posCur; /* remember current file position */
347 long posEnd; /* end of file position */
353 fseek(impl->value, posCur, SEEK_SET); /* restore position in file */
H A DPFile.c99 ESR_ReturnCode PFileGetPosition(PFile* self, size_t* position) argument
106 return self->getPosition(self, position);
H A DPFileWrap.c134 ESR_ReturnCode PFileGetPosition ( PFile *self, size_t *position )
143 *position = (size_t)ftell_result;
158 long posCur; /* remember current file position */
159 long posEnd; /* end of file position */
169 fseek ( self, posCur, SEEK_SET ); /* restore position in file */
/external/srec/srec/include/
H A Dsimapi.h867 * a pattern object with this method. The frame position is not
2268 int position);
2273 * position first word position to check (zero based)
2276 * INVALID_REQUEST if position is illegal (negative or too big).
2287 * by giving the position of the first word to check inside the sequence
2291 * returned. If the given word position is illegal (either negative or too
H A Dutteranc.h242 int position_utb_file(file_utterance_info *utt, long position, annotate *table);
/external/srec/tools/parseStringTest/
H A DparseStringTest.c450 LCHAR* position; local
458 position = pfgets(line, MAX_LINE_LENGTH, fin);
463 if (position == NULL)
475 if ((position = strtok(line, "\"")) != NULL)
477 LSTRCPY(trans, position);
487 if ((position = strtok(NULL, " \t")) != NULL)
489 LSTRCPY(key, position);
499 if ((position = strtok(NULL, "\"")) != NULL)
501 LSTRCPY(refValue, position);
512 if ((position
538 LCHAR *position, *p; local
[all...]
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_host.h65 extern EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position);
66 extern EAS_RESULT EAS_HWFileSeekOfs (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position);
H A Deas_hostmm.c79 * the file size and read position.
419 EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
426 /* validate new position */
427 if ((position < 0) || (position > file->fileSize))
430 /* save new position */
431 file->filePos = position;
439 * Seek forward or back relative to the current position
444 EAS_RESULT EAS_HWFileSeekOfs (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
451 /* determine the file position */
[all...]
/external/sonivox/arm-wt-22k/host_src/
H A Deas_host.h69 extern EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position);
70 extern EAS_RESULT EAS_HWFileSeekOfs (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position);
H A Deas_hostmm.c84 * the file size and read position.
449 EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
456 /* validate new position */
457 if ((position < 0) || (position > file->fileSize))
460 /* save new position */
461 file->filePos = position;
469 * Seek forward or back relative to the current position
474 EAS_RESULT EAS_HWFileSeekOfs (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
481 /* determine the file position */
[all...]
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c68 * the file size and read position.
899 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWReadFile: Reading %d bytes from position %d\n", n, file->filePos);
931 /* position the file pointer */
995 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetByte: Reading from position %d, byte = 0x%02x\n", file->filePos, *(EAS_U8*)p);
1016 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetWord: Reading 2 bytes from position %d\n", file->filePos);
1046 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetDWord: Reading 4 bytes from position %d\n", file->filePos);
1091 EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
1100 if ((position < 0) || (position > file->fileSize))
1104 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWFileSeek: Seeking to new position
1132 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
1544 EAS_HWFileSeek(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
1573 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
[all...]
H A DEASLibVst.c66 * the file size and read position.
594 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWReadFile: Reading %d bytes from position %d\n", n, file->filePos);
626 /* position the file pointer */
690 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetByte: Reading from position %d, byte = 0x%02x\n", file->filePos, *(EAS_U8*)p);
711 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetWord: Reading 2 bytes from position %d\n", file->filePos);
741 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetDWord: Reading 4 bytes from position %d\n", file->filePos);
786 EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
795 if ((position < 0) || (position > file->fileSize))
799 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWFileSeek: Seeking to new position
827 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
1239 EAS_HWFileSeek(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
1268 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
[all...]
/external/sonivox/arm-wt-22k/misc/
H A Deas_host.c18 * buffer, the position of the next byte of data to be read, the dup
320 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWReadFile: Reading %d bytes from position %d\n", n, file->filePos);
352 /* position the file pointer */
417 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetByte: Reading from position %d, byte = 0x%02x\n", file->filePos, *(EAS_U8*)p);
438 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetWord: Reading 2 bytes from position %d\n", file->filePos);
468 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetDWord: Reading 4 bytes from position %d\n", file->filePos);
513 EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
522 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWFileSeek: Seeking to new position %d\n", file->filePos);
525 /* is new position in current buffer? */
526 newIndex = position
550 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
[all...]
/external/skia/platform_tools/nacl/src/
H A Dnacl_debugger.cpp154 virtual void DidChangeView(const pp::Rect& position, const pp::Rect& clip) { argument
155 if (position.size().width() == fWidth &&
156 position.size().height() == fHeight) {
157 return; // We don't care about the position, only the size.
159 fWidth = position.size().width();
160 fHeight = position.size().height();

Completed in 2396 milliseconds

1234567891011>>