HomeSort by relevance Sort by last modified time
    Searched refs:size_32 (Results 1 - 6 of 6) sorted by null

  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.inl 122 add_imm(args, Imm_Opnd(size_32, imm.get_value()));
328 add_rm(args, rm, size_32);
336 add_rm(args, rm, size_32);
375 add_m(args, mem, dbl ? size_64 : size_32);
381 add_m(args, mem, dbl ? size_64 : size_32);
397 add_m(args, mem, dbl ? size_64 : size_32);
411 add_m(args, mem, dbl ? size_64 : size_32);
425 add_m(args, mem, dbl ? size_64 : size_32);
439 add_m(args, mem, dbl ? size_64 : size_32);
467 add_m(args, mem, dbl ? size_64 : size_32);
    [all...]
enc_wrapper.h 68 size_32, enumerator in enum:Opnd_Size
74 size_platf = size_32
encoder.h 105 size_32, enumerator in enum:Opnd_Size
111 size_platf = size_32
232 Opnd(isSigned ? SignedImm : UnsignedImm), value(val), size(size_32) {
261 case size_32:
287 case size_32:
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.h 117 // |size_32| controls reading the size field within the pickle as 32 bits.
124 bool size_32, bool warn_only,
native_backend_kwallet_x.cc 716 bool size_32, bool warn_only,
721 if (size_32) {
811 const bool size_32 = sizeof(size_t) == sizeof(uint32_t); local
812 if (!DeserializeValueSize(signon_realm, iter, size_32, true, forms)) {
818 DeserializeValueSize(signon_realm, iter, !size_32, false, forms);
    [all...]
native_backend_kwallet_x_unittest.cc     [all...]

Completed in 58 milliseconds