Searched defs:inb (Results 1 - 7 of 7) sorted by relevance

/external/autotest/client/virt/tests/
H A Diofuzz.py42 def inb(session, port): function in function:run_iofuzz
49 logging.debug("inb(0x%x)", port)
71 inb(session, operand[0])
/external/llvm/test/MC/X86/
H A Dintel-syntax.s432 // CHECK: inb %dx, %al
438 inb DX define
H A Dx86-64.s218 // CHECK: inb $161, %al
219 inb $161, %al label
243 // CHECK: inb $127, %al
248 inb $0x7f label
270 // CHECK: inb %dx, %al
271 // CHECK: inb %dx, %al
278 inb (%dx), %al label
/external/opencv3/3rdparty/libjasper/
H A Djpc_t2dec.c159 jpc_bitstream_t *inb; local
223 if (!(inb = jpc_bitstream_sopen(pkthdrstream, "r"))) {
227 if ((present = jpc_bitstream_getbit(inb)) < 0) {
254 if ((included = jpc_tagtree_decode(prc->incltagtree, leaf, lyrno + 1, inb)) < 0) {
258 if ((included = jpc_bitstream_getbit(inb)) < 0) {
271 if ((ret = jpc_tagtree_decode(prc->numimsbstagtree, leaf, i, inb)) < 0) {
282 if ((numnewpasses = jpc_getnumnewpasses(inb)) < 0) {
290 if ((m = jpc_getcommacode(inb)) < 0) {
314 if ((len = jpc_bitstream_getbits(inb, cblk->numlenbits + jpc_floorlog2(n))) < 0) {
331 jpc_bitstream_inalign(inb,
[all...]
/external/libxml2/
H A Dencoding.c342 * @inb: a pointer to an array of UTF-8 chars
353 const unsigned char* inb, int *inlenb)
357 if ((out == NULL) || (inb == NULL) || (outlen == NULL) || (inlenb == NULL))
367 memcpy(out, inb, len);
471 * @inb: a pointer to an array of UTF-16LE passwd as a byte array
486 const unsigned char* inb, int *inlenb)
489 const unsigned char* processed = inb;
491 unsigned short* in = (unsigned short*) inb;
530 *inlenb = processed - inb;
551 *inlenb = processed - inb;
352 UTF8ToUTF8(unsigned char* out, int *outlen, const unsigned char* inb, int *inlenb) argument
485 UTF16LEToUTF8(unsigned char* out, int *outlen, const unsigned char* inb, int *inlenb) argument
723 UTF16BEToUTF8(unsigned char* out, int *outlen, const unsigned char* inb, int *inlenb) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_dct32x32_impl_avx2.h112 const int16_t *inb = in + 31 * str1; local
119 const __m256i inb3 = _mm256_loadu_si256((const __m256i *)(inb - str3));
120 const __m256i inb2 = _mm256_loadu_si256((const __m256i *)(inb - str2));
121 const __m256i inb1 = _mm256_loadu_si256((const __m256i *)(inb - str1));
122 const __m256i inb0 = _mm256_loadu_si256((const __m256i *)(inb));
142 const int16_t *inb = in + 27 * str1; local
149 const __m256i inb3 = _mm256_loadu_si256((const __m256i *)(inb - str3));
150 const __m256i inb2 = _mm256_loadu_si256((const __m256i *)(inb - str2));
151 const __m256i inb1 = _mm256_loadu_si256((const __m256i *)(inb - str1));
152 const __m256i inb0 = _mm256_loadu_si256((const __m256i *)(inb));
172 const int16_t *inb = in + 23 * str1; local
202 const int16_t *inb = in + 19 * str1; local
[all...]
H A Dfwd_dct32x32_impl_sse2.h132 const int16_t *inb = in + 31 * str1; local
139 const __m128i inb3 = _mm_loadu_si128((const __m128i *)(inb - str3));
140 const __m128i inb2 = _mm_loadu_si128((const __m128i *)(inb - str2));
141 const __m128i inb1 = _mm_loadu_si128((const __m128i *)(inb - str1));
142 const __m128i inb0 = _mm_loadu_si128((const __m128i *)(inb));
162 const int16_t *inb = in + 27 * str1; local
169 const __m128i inb3 = _mm_loadu_si128((const __m128i *)(inb - str3));
170 const __m128i inb2 = _mm_loadu_si128((const __m128i *)(inb - str2));
171 const __m128i inb1 = _mm_loadu_si128((const __m128i *)(inb - str1));
172 const __m128i inb0 = _mm_loadu_si128((const __m128i *)(inb));
192 const int16_t *inb = in + 23 * str1; local
222 const int16_t *inb = in + 19 * str1; local
[all...]

Completed in 157 milliseconds