Searched refs:wordIndex (Results 1 – 4 of 4) sorted by relevance
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
D | FlyweightMapStorage.java | 201 int wordIndex = index * wordSize; in readExternalWord() local 203 outputBuffer.putShort(wordIndex, objectInput.readShort()); in readExternalWord() 205 outputBuffer.putInt(wordIndex, objectInput.readInt()); in readExternalWord() 221 int wordIndex = index * wordSize; in writeExternalWord() local 223 objectOutput.writeShort(inputBuffer.getShort(wordIndex)); in writeExternalWord() 225 objectOutput.writeInt(inputBuffer.getInt(wordIndex)); in writeExternalWord() 240 int wordIndex = index * wordSize; in readWordFromBuffer() local 241 return wordSize == SHORT_NUM_BYTES ? buffer.getShort(wordIndex) : buffer.getInt(wordIndex); in readWordFromBuffer() 256 int wordIndex = index * wordSize; in storeWordInBuffer() local 258 buffer.putShort(wordIndex, (short) value); in storeWordInBuffer() [all …]
|
/external/skia/src/sfnt/ |
D | SkOTTable_glyf.h | 193 } wordIndex; member
|
/external/swiftshader/include/GL/ |
D | glext.h | 8972 …AMBUFFERPARAMETERSFVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 8973 …MBUFFERPARAMETERSIIVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 8974 …BUFFERPARAMETERSIUIVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 8976 …ProgramBufferParametersfvNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 8977 …rogramBufferParametersIivNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 8978 …ogramBufferParametersIuivNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, …
|
/external/mesa3d/include/GL/ |
D | glext.h | 9803 …AMBUFFERPARAMETERSFVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 9804 …MBUFFERPARAMETERSIIVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 9805 …BUFFERPARAMETERSIUIVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 9807 …ProgramBufferParametersfvNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 9808 …rogramBufferParametersIivNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 9809 …ogramBufferParametersIuivNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, …
|