HomeSort by relevance Sort by last modified time
    Searched refs:cur (Results 451 - 475 of 1114) sorted by null

<<11121314151617181920>>

  /external/gtest/src/
gtest-printers.cc 261 const CharType cur = begin[index]; local
262 if (is_previous_hex && IsXDigit(cur)) {
268 is_previous_hex = PrintAsStringLiteralTo(cur, os) == kHexEscape;
  /external/libedit/src/
history.c 133 int cur; /* Current number of events */ member in struct:history_t
158 #define history_def_getsize(p) (((history_t *)p)->cur)
284 (h->cur > 0) ? _HE_END_REACHED : _HE_EMPTY_LIST);
312 (h->cur > 0) ? _HE_CURR_INVALID : _HE_EMPTY_LIST);
329 if (h->cur == 0) {
356 if (h->cur == 0) {
457 h->cur--;
482 h->cur++;
512 while (h->cur > h->max && h->cur > 0
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_debug.c 50 UINT16 cur[GKI_NUM_TOTAL_BUF_POOLS]; local
70 cur[i] = p->cur_cnt;
75 memcpy(p_cur_used, cur, num*2);
92 GKI_TRACE_5("pool:%4u free %4u cur %3u max %3u total%3u", i, gki_cb.com.freeq[i].size,
  /external/libnfc-nci/src/gki/common/
gki_debug.c 50 UINT16 cur[GKI_NUM_TOTAL_BUF_POOLS]; local
70 cur[i] = p->cur_cnt;
75 memcpy(p_cur_used, cur, num*2);
92 GKI_TRACE_5("pool:%4u free %4u cur %3u max %3u total%3u", i, gki_cb.com.freeq[i].size,
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-printers.cc 261 const CharType cur = begin[index]; local
262 if (is_previous_hex && IsXDigit(cur)) {
268 is_previous_hex = PrintAsStringLiteralTo(cur, os) == kHexEscape;
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h 321 \param "cur" "Pointer to the origin of the output area."
322 \param "width" "Pitch of cur."
325 void itrans(int16 *block, uint8 *pred, uint8 *cur, int width);
331 \param "cur" "Pointer to the origin of the output area."
332 \param "width" "Pitch of cur."
335 void ictrans(int16 *block, uint8 *pred, uint8 *cur, int width);
347 This function copies a block from pred to cur.
349 \param "cur" "Pointer to the current YUV block."
350 \param "width" "Pitch of cur memory."
354 void copy_block(uint8 *pred, uint8 *cur, int width, int pred_pitch)
    [all...]
  /libcore/ojluni/src/main/java/java/io/
DataInputStream.java 221 int cur = 0; local
223 while ((total<n) && ((cur = (int) in.skip(n-total)) > 0)) {
224 total += cur;
  /ndk/sources/third_party/googletest/googletest/src/
gtest-printers.cc 261 const CharType cur = begin[index]; local
262 if (is_previous_hex && IsXDigit(cur)) {
268 is_previous_hex = PrintAsStringLiteralTo(cur, os) == kHexEscape;
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 113 T cur = __sync_val_compare_and_swap(v, cmp, newv); local
114 if (cmp == cur)
116 cmp = cur;
181 a128 cur = *v; local
182 if (cur == cmp)
184 return cur;
406 a128 cur = func_cas(a, old, v); local
407 if (cur == old)
409 *c = cur;
939 a32 cur = 0 local
948 a64 cur = 0; local
    [all...]
  /external/curl/lib/vtls/
schannel.c 257 int cur = 0; local
264 extension_len = (unsigned int*)(&alpn_buffer[cur]);
265 cur += sizeof(unsigned int);
269 *(unsigned int*)&alpn_buffer[cur] =
271 cur += sizeof(unsigned int);
275 list_len = (unsigned short*)(&alpn_buffer[cur]);
276 cur += sizeof(unsigned short);
278 list_start_index = cur;
282 memcpy(&alpn_buffer[cur], NGHTTP2_PROTO_ALPN, NGHTTP2_PROTO_ALPN_LEN);
283 cur += NGHTTP2_PROTO_ALPN_LEN
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 1836 const struct IDAT_list *cur; local
1871 struct IDAT_list *cur = idat->idat_cur; local
3376 struct IDAT_list *cur = idat->idat_cur; local
    [all...]
  /external/libgdx/gdx/jni/gdx2d/
stb_image.h 3619 int cur, limit; local
4002 stbi_uc *cur = a->out + stride*j; local
4087 stbi_uc *cur = a->out + stride*j; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.c 267 struct cso_node *cur = *bucket++; local
268 while (cur != e_for_x) {
269 struct cso_node *next = cur->next;
270 cso_free_node(cur);
271 cur = next;
  /external/opencv/cv/src/
_cvlist.h 174 void* cur = l->m_first_buffer;\
176 while(cur)\
178 next = *(void**)cur;\
179 cvFree(&cur);\
180 cur = next;\
  /external/opencv3/modules/ml/src/
nbayes.cpp 254 double cur = c->at<double>(i); local
269 cur += d*d*w.ptr<double>()[j];
272 if( cur < opt )
275 opt = cur;
277 probability = exp( -0.5 * cur );
  /frameworks/base/libs/hwui/
BakedOpRenderer.cpp 269 for (auto cur = rectangleVertices.end() - 4; cur < rectangleVertices.end(); cur++) {
270 transform.mapPoint(cur->x, cur->y);
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 393 s.seekg( -3, ios::cur );
400 is.seekg( -3, ios::cur );
451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
467 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(9) );
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 393 s.seekg( -3, ios::cur );
400 is.seekg( -3, ios::cur );
451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
467 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(9) );
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
jquery-1.7.1.js     [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 625 String cur = tok.nextToken(); local
626 if (!insideQuote && cur.startsWith("\"")) {
628 quotedWord.append(replaceQuotedChars(cur));
632 if (cur.endsWith("\"")) {
634 quotedWord.append(" ").append(replaceQuotedChars(cur));
640 quotedWord.append(" ").append(replaceQuotedChars(cur));
643 result.add(replaceQuotedChars(cur));
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABDbUtil.java 156 Cursor cur = null; local
158 cur = contentResolver.query(Data.CONTENT_URI,
160 if (cur.moveToFirst()) {
161 dataId = cur.getString(cur.getColumnIndex(Data._ID));
168 if (null != cur) {
169 cur.close();
  /external/libxml2/include/libxml/
parser.h 61 const xmlChar *cur; /* Current char being parsed */ member in struct:_xmlParserInput
842 xmlParseDoc (const xmlChar *cur);
865 xmlRecoverDoc (const xmlChar *cur);
892 const xmlChar *cur,
991 xmlCreateDocParserCtxt (const xmlChar *cur);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 41 int AVCFindHalfPelMB(AVCEncObject *encvid, uint8 *cur, AVCMV *mot, uint8 *ncand,
67 cur = encvid->currYMB; // pre-load current original MB
72 dmin = SATD_MB(cand, cur, 65535); // get Hadamaard transform SAD
81 d = SATD_MB(hpel_cand[h], cur, dmin);
105 d = SATD_MB(encvid->qpel_cand[q], cur, dmin);
593 int SATD_MB(uint8 *cand, uint8 *cur, int dmin)
599 cost = AVCSAD_Macroblock_C(cand, cur, dmin, NULL);
  /frameworks/base/libs/androidfw/
Asset.cpp 106 Asset* cur = gHead; local
107 while (cur != NULL) {
108 if (cur->isAllocated()) {
110 res.append(cur->getAssetSource());
111 off64_t size = (cur->getLength()+512)/1024;
116 cur = cur->mNext;
  /external/opencv3/3rdparty/libjpeg/
jchuff.c 126 savable_state cur; /* Current bit buffer & DC state */ member in struct:__anon20321
312 register int put_bits = state->cur.put_bits;
324 put_buffer |= state->cur.put_buffer; /* and merge with old buffer contents */
337 state->cur.put_buffer = put_buffer; /* update state variables */
338 state->cur.put_bits = put_bits;
390 state->cur.put_buffer = 0; /* and reset bit-buffer to empty */
391 state->cur.put_bits = 0;
502 state->cur.last_dc_val[ci] = 0;
1026 ASSIGN_STATE(state.cur, entropy->saved);
1041 MCU_data[blkn][0], state.cur.last_dc_val[ci]
    [all...]

Completed in 2012 milliseconds

<<11121314151617181920>>