HomeSort by relevance Sort by last modified time
    Searched refs:pos (Results 2876 - 2900 of 4804) sorted by null

<<111112113114115116117118119120>>

  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 58 void emitCondCode(CondCode cc, int pos);
119 inline void defId(const ValueDef&, const int pos);
120 inline void srcId(const ValueRef&, const int pos);
121 inline void srcId(const ValueRef *, const int pos);
122 inline void srcId(const Instruction *, int s, const int pos);
124 inline void srcAddr32(const ValueRef&, const int pos); // address / 4
135 void CodeEmitterNVC0::srcId(const ValueRef& src, const int pos)
137 code[pos / 32] |= (src.get() ? SDATA(src).id : 63) << (pos % 32);
140 void CodeEmitterNVC0::srcId(const ValueRef *src, const int pos)
    [all...]
  /external/mksh/src/
funcs.c     [all...]
  /external/openssl/crypto/srp/
srp_vfy.c 128 int c, pos = size % 3; local
132 switch(pos)
169 if(pos >= size) break;
172 b0 = src[pos++];
173 b1 = src[pos++];
174 b2 = src[pos++];
  /external/protobuf/src/google/protobuf/
unknown_field_set_unittest.cc 115 int pos = 0; local
120 ASSERT_LT(pos, unknown_fields_->field_count());
121 EXPECT_EQ(i, unknown_fields_->field(pos++).number());
124 ASSERT_LT(pos, unknown_fields_->field_count());
125 EXPECT_EQ(i, unknown_fields_->field(pos++).number());
129 EXPECT_EQ(unknown_fields_->field_count(), pos);
  /external/qemu/android/skin/
file.c 67 background->rect.pos.x = x;
68 background->rect.pos.y = y;
89 display->rect.pos.x = aconfig_int(node, "x", 0);
90 display->rect.pos.y = aconfig_int(node, "y", 0);
240 button->rect.pos.x = x;
241 button->rect.pos.y = y;
  /external/qemu/audio/
fmodaudio.c 139 int pos = hw->rpos + dst_len; local
143 if (pos > hw->samples) {
147 pos = src_len2;
159 hw->rpos = pos % hw->samples;
176 int pos,
188 pos << info->shift,
  /external/qemu/hw/
dma.c 403 int DMA_read_memory (int nchan, void *buf, int pos, int len)
412 cpu_physical_memory_read (addr - pos - len, buf, len);
420 cpu_physical_memory_read (addr + pos, buf, len);
425 int DMA_write_memory (int nchan, void *buf, int pos, int len)
434 cpu_physical_memory_write (addr - pos - len, buf, len);
442 cpu_physical_memory_write (addr + pos, buf, len);
  /external/qemu/
qemu-sockets.c 429 int pos; local
435 if (1 != sscanf(str,":%32[^,]%n",port,&pos)) {
442 if (2 != sscanf(str,"[%64[^]]]:%32[^,]%n",addr,port,&pos)) {
450 if (2 != sscanf(str,"%64[0-9.]:%32[^,]%n",addr,port,&pos)) {
458 if (2 != sscanf(str,"%64[^:]:%32[^,]%n",addr,port,&pos)) {
468 optstr = str + pos;
  /external/skia/gm/
gradients.cpp 265 SkScalar pos[] = { 0, 0.01f, 0.99f, SK_Scalar1 }; local
273 pos, SK_ARRAY_COUNT(pos),
346 const SkScalar pos[] = { 0.0f, local
351 pos, SK_ARRAY_COUNT(pos),
  /external/tremolo/Tremolo/
bitwise.c 520 void ogg_buffer_posttruncate(ogg_reference *or,long pos){
522 while(or && pos>or->length){
523 pos-=or->length;
529 or->length=pos;
725 long pos=0; local
744 orl->buffer->data[ibegin++]= flat[pos++];
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 403 char *pos; local
409 pos = cmd_buf;
410 os_strlcpy(pos, ctrl->cookie, _cmd_len);
411 pos += os_strlen(ctrl->cookie);
412 *pos++ = ' ';
413 os_memcpy(pos, cmd, cmd_len);
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 118 u8 *pos, *sa; local
140 pos = (u8 *) (hdr + 1);
142 drv_event_eapol_rx(ctx, sa, pos, left);
317 u8 *pos; local
333 pos = (u8 *) (hdr + 1);
334 os_memcpy(pos, data, data_len);
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 696 char buf[MULTICAST_MAX_READ], *pos; local
713 pos = os_strchr(buf, '\n');
714 if (pos)
715 *pos = '\0';
718 if (pos)
719 *pos = '\n';
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 124 char registered_sig[MAX_SIG_LEN], *pos; local
129 pos = registered_sig;
130 *pos = '\0';
134 size_t blen = registered_sig + MAX_SIG_LEN - pos;
135 ret = os_snprintf(pos, blen, "%s", arg->type);
138 pos += ret;
  /external/zlib/src/
gzwrite.c 156 state->x.pos += n;
220 state->x.pos += copy;
235 state->x.pos += len;
280 state->x.pos++;
368 state->x.pos += len;
458 state->x.pos += len;
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 578 final int pos = mNumChildren; local
580 if (pos >= mDrawables.length) {
581 growArray(pos, pos+10);
587 mDrawables[pos] = dr;
597 return pos;
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 768 int pos = firstString.length() - 1;
769 while (firstString.charAt(pos) != '=') {
772 builder.append(firstString.substring(0, pos + 1));
782 pos = line.length() - 1;
783 while (line.charAt(pos) != '=') {
785 builder.append(line.substring(0, pos + 1));
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 2344 struct cam_list *pos = NULL; local
2378 struct cam_list *pos = NULL; local
2412 struct cam_list *pos = NULL; local
2445 struct cam_list *pos = NULL; local
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 758 int pos; local
759 if ((pos = nodeChangeListeners.indexOf(ncl)) == -1) {
762 nodeChangeListeners.remove(pos);
770 int pos; local
771 if ((pos = preferenceChangeListeners.indexOf(pcl)) == -1) {
774 preferenceChangeListeners.remove(pos);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
basic_cstring.hpp 115 basic_cstring& assign( self_type const& s, size_type pos, size_type len );
117 basic_cstring& assign( std_string const& s, size_type pos, size_type len );
407 basic_cstring<CharT>::assign( basic_cstring<CharT> const& s, size_type pos, size_type len )
409 return *this = self_type( s.m_begin + pos, len );
425 basic_cstring<CharT>::assign( std_string const& s, size_type pos, size_type len )
427 return *this = self_type( s.c_str() + pos, len );
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 335 public boolean moveToPosition(int pos) {
336 if (pos >= getCount() || pos < -1) {
339 mPosition = pos;
394 public void fillWindow(int pos, CursorWindow window) {
395 ((CrossProcessCursor)mCursor).fillWindow(pos, window);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 180 int pos = mWordCount - MAX_LIST_WORD_COUNT;
181 if (0 <= pos) {
182 mWordCount = pos;
193 int pos = mWordCount + MAX_LIST_WORD_COUNT;
194 if (pos < mWordList.size()) {
195 mWordCount = pos;
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 547 desc->reloc_size = (buffer_ + buffer_size_) - reloc_info_writer.pos();
766 // generated code. pos() is the position the label refers to.
769 // to be generated; pos() is the position of the last
780 int Assembler::target_at(int pos) {
781 Instr instr = instr_at(pos);
793 return pos + kPcLoadDelta + imm26;
797 void Assembler::target_at_put(int pos, int target_pos) {
798 Instr instr = instr_at(pos);
800 ASSERT(target_pos == pos || target_pos >= 0);
816 Instruction::RmValue(instr_at(pos + kInstrSize)))
    [all...]
  /external/icu4c/test/cintltst/
usrchtst.c 2461 int32_t pos= -1; local
2515 int pos; local
2612 int32_t pos; local
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 1281 struct cam_list *pos = NULL; local
1443 struct cam_list *pos = NULL; local
1472 struct cam_list *pos = NULL; local
    [all...]

Completed in 1117 milliseconds

<<111112113114115116117118119120>>