HomeSort by relevance Sort by last modified time
    Searched refs:conv (Results 26 - 50 of 82) sorted by null

12 3 4

  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.c 170 union { s8 ll; u4 parts[2]; } conv; local
173 conv.parts[0] = ptr[0];
174 conv.parts[1] = ptr[1];
175 return conv.ll;
189 union { s8 ll; u4 parts[2]; } conv; local
192 conv.ll = val;
193 ptr[0] = conv.parts[0];
194 ptr[1] = conv.parts[1];
206 union { double d; u4 parts[2]; } conv; local
209 conv.parts[0] = ptr[0]
225 union { double d; u4 parts[2]; } conv; local
    [all...]
InterpC-armv5te.c 170 union { s8 ll; u4 parts[2]; } conv; local
173 conv.parts[0] = ptr[0];
174 conv.parts[1] = ptr[1];
175 return conv.ll;
189 union { s8 ll; u4 parts[2]; } conv; local
192 conv.ll = val;
193 ptr[0] = conv.parts[0];
194 ptr[1] = conv.parts[1];
206 union { double d; u4 parts[2]; } conv; local
209 conv.parts[0] = ptr[0]
225 union { double d; u4 parts[2]; } conv; local
    [all...]
InterpC-armv7-a-neon.c 170 union { s8 ll; u4 parts[2]; } conv; local
173 conv.parts[0] = ptr[0];
174 conv.parts[1] = ptr[1];
175 return conv.ll;
189 union { s8 ll; u4 parts[2]; } conv; local
192 conv.ll = val;
193 ptr[0] = conv.parts[0];
194 ptr[1] = conv.parts[1];
206 union { double d; u4 parts[2]; } conv; local
209 conv.parts[0] = ptr[0]
225 union { double d; u4 parts[2]; } conv; local
    [all...]
InterpC-armv7-a.c 170 union { s8 ll; u4 parts[2]; } conv; local
173 conv.parts[0] = ptr[0];
174 conv.parts[1] = ptr[1];
175 return conv.ll;
189 union { s8 ll; u4 parts[2]; } conv; local
192 conv.ll = val;
193 ptr[0] = conv.parts[0];
194 ptr[1] = conv.parts[1];
206 union { double d; u4 parts[2]; } conv; local
209 conv.parts[0] = ptr[0]
225 union { double d; u4 parts[2]; } conv; local
    [all...]
InterpC-x86-atom.c 170 union { s8 ll; u4 parts[2]; } conv; local
173 conv.parts[0] = ptr[0];
174 conv.parts[1] = ptr[1];
175 return conv.ll;
189 union { s8 ll; u4 parts[2]; } conv; local
192 conv.ll = val;
193 ptr[0] = conv.parts[0];
194 ptr[1] = conv.parts[1];
206 union { double d; u4 parts[2]; } conv; local
209 conv.parts[0] = ptr[0]
225 union { double d; u4 parts[2]; } conv; local
    [all...]
InterpC-x86.c 170 union { s8 ll; u4 parts[2]; } conv; local
173 conv.parts[0] = ptr[0];
174 conv.parts[1] = ptr[1];
175 return conv.ll;
189 union { s8 ll; u4 parts[2]; } conv; local
192 conv.ll = val;
193 ptr[0] = conv.parts[0];
194 ptr[1] = conv.parts[1];
206 union { double d; u4 parts[2]; } conv; local
209 conv.parts[0] = ptr[0]
225 union { double d; u4 parts[2]; } conv; local
    [all...]
  /external/icu4c/test/cintltst/
ncnvfbts.c 133 UConverter *conv = 0; local
160 conv = my_ucnv_open(codepage, &status);
169 ucnv_setFallback (conv, fallback);
170 action = ucnv_usesFallback(conv);
206 ucnv_fromUnicode (conv,
247 ucnv_close(conv);
294 UConverter *conv = 0; local
324 conv = my_ucnv_open(codepage, &status);
341 ucnv_setFallback (conv, fallback);
342 action = ucnv_usesFallback(conv);
    [all...]
ncnvtst.c 900 UConverter *conv=NULL; local
1009 UConverter *conv = 0; local
1088 UConverter *conv = 0; local
1185 UConverter *conv = 0; local
1357 UConverter *conv = 0; local
    [all...]
cintltst.c 490 UConverter* conv = ucnv_open(convName, &errorCode); local
497 ucnv_setFromUCallBack(conv, UCNV_FROM_U_CALLBACK_ESCAPE, UCNV_ESCAPE_JAVA, &cb, &p, &errorCode);
498 ucnv_fromUnicode(conv,&target,targetLimit, &unichars, (UChar*)(unichars+length),NULL,TRUE,&errorCode);
499 ucnv_close(conv);
nccbtst.c 2646 UConverter *conv = 0; local
2845 UConverter *conv = 0; local
3043 UConverter *conv = 0; local
3221 UConverter *conv = 0; local
    [all...]
nucnvtst.c 91 const char* conv,
335 UConverter *conv = 0; local
360 conv = my_ucnv_open(codepage, &status);
368 ucnv_setFallback(conv,useFallback);
400 ucnv_fromUnicode (conv,
439 ucnv_close(conv);
492 UConverter *conv = 0; local
519 conv = my_ucnv_open(codepage, &status);
527 ucnv_setFallback(conv,useFallback);
558 ucnv_toUnicode (conv,
3701 UConverter* conv =ucnv_open("ISO_2022_JP",&err); local
4229 UConverter* conv =ucnv_open("ISO_2022_CN_EXT",&err); local
5332 UConverter* conv=NULL; local
5372 UConverter* conv = ucnv_open("iscii-gur", &status); local
5425 UConverter* conv = ucnv_open("iscii", &status); local
    [all...]
  /external/libxml2/
xmlIO.c     [all...]
xmlsave.c 463 if ((encoding != NULL) && (buf->encoder == NULL) && (buf->conv == NULL)) {
470 buf->conv = xmlBufferCreate();
471 if (buf->conv == NULL) {
479 xmlCharEncOutFunc(buf->encoder, buf->conv, NULL);
488 xmlBufferFree(buf->conv);
490 buf->conv = NULL;
710 (buf->encoder == NULL) && (buf->conv == NULL)) {
974 (buf->encoder == NULL) && (buf->conv == NULL)) {
998 (buf->encoder == NULL) && (buf->conv == NULL) &&
    [all...]
  /external/openssl/crypto/perlasm/
x86unix.pl 272 $p2=&conv($p2);
273 $p1=&conv($p1);
279 $t=&conv($p2).",";
285 push(@out,&conv($p1)."\n");
302 $p2=&conv($p2);
303 $p1=&conv($p1);
308 push(@out,"\t$name\t".&conv($p1)."\n");
316 push(@out,"\t$name\t*".&conv($p1)."\n");
324 sub conv subroutine
x86nasm.pl 106 $reg2=&conv($1);
228 $t=&conv($p1).",";
233 push(@out,&conv($p2));
248 push(@out,"\t$name\t".&conv($p1)."\n");
251 sub conv subroutine
430 push(@out,"\t$name\t".&conv($p1)."\n");
x86_64-xlate.pl 395 my $conv = sub { my $var=shift;
402 for (@arr) { $self->{value} .= &$conv($_).","; }
403 $self->{value} .= &$conv($last);
  /external/e2fsprogs/intl/
loadmsgcat.c 787 domain->conv = (__gconv_t) -1;
790 domain->conv = (iconv_t) -1;
848 if (__gconv_open (outcharset, charset, &domain->conv,
851 domain->conv = (__gconv_t) -1;
868 domain->conv = iconv_open (outcharset, charset);
874 domain->conv = iconv_open (outcharset, charset);
895 if (domain->conv != (__gconv_t) -1)
896 __gconv_close (domain->conv);
899 if (domain->conv != (iconv_t) -1)
900 iconv_close (domain->conv);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 376 Conversation conv = Conversation.from(ConversationList.this, cursor);
377 ContactList recipients = conv.getRecipients();
403 Conversation conv = Conversation.from(ConversationList.this, cursor); local
404 long threadId = conv.getThreadId();
415 Contact contact = conv.getRecipients().get(0);
422 String address = conv.getRecipients().get(0).getNumber();
  /dalvik/vm/native/
java_lang_reflect_Field.c 247 static const PrimitiveType conv[PRIM_MAX] = { local
253 return conv[typeNum];
  /development/build/tools/
make_windows_sdk.sh 115 hprof-conv \
163 rm -v "$TOOLS"/{hierarchyviewer,hprof-conv,layoutopt,mksdcard,sqlite3,traceview,zipalign}
windows_sdk.mk 30 hprof-conv \
  /external/qemu/audio/
audio_int.h 94 t_sample *conv; member in struct:HWVoiceIn
111 t_sample *conv; member in struct:SWVoiceOut
  /system/core/toolbox/
dd.c 254 fprintf(stderr, "case conv and -DNO_CONV\n");
1074 { "conv", f_conv, 0, 0 },
1293 fprintf(stderr, "conv option disabled\n");
1299 static const struct conv { struct
1328 struct conv *cp, tmp;
1332 if (!(cp = (struct conv *)bsearch(&tmp, clist,
1333 sizeof(clist)/sizeof(struct conv), sizeof(struct conv),
1352 return (strcmp(((const struct conv *)a)->name,
1353 ((const struct conv *)b)->name))
    [all...]
  /external/icu4c/tools/genrb/
wrtjava.c 101 static UConverter* conv = NULL; variable
187 int retVal=ucnv_fromUChars(conv,dest,30,source+i,1,status);
687 conv=ucnv_open(enc,status);
698 ucnv_close(conv);
  /external/icu4c/io/
uscanf_p.c 769 UConverter *conv; local
788 conv = u_getDefaultConverter(&status);
806 limit = alias + ucnv_getMaxCharSize(conv);
810 ucnv_fromUnicode(conv, &alias, limit, &source, source + 1,
815 u_releaseDefaultConverter(conv);
836 u_releaseDefaultConverter(conv);
    [all...]

Completed in 1476 milliseconds

12 3 4