HomeSort by relevance Sort by last modified time
    Searched refs:rvalue (Results 151 - 175 of 247) sorted by null

1 2 3 4 5 67 8 910

  /external/python/cpython2/android_arm64/libffi/
ffi.h 277 void *rvalue,
290 void *rvalue,
438 void *rvalue,
  /external/python/cpython2/android_x86/libffi/
ffi.h 277 void *rvalue,
290 void *rvalue,
438 void *rvalue,
  /external/python/cpython2/android_x86_64/libffi/
ffi.h 278 void *rvalue,
291 void *rvalue,
439 void *rvalue,
  /external/python/cpython2/darwin_x86_64/libffi/
ffi.h 277 void *rvalue,
290 void *rvalue,
438 void *rvalue,
  /external/python/cpython2/linux_x86_64/libffi/
ffi.h 278 void *rvalue,
291 void *rvalue,
439 void *rvalue,
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-ffi_darwin.c 151 *next_arg++ = (unsigned long)(char*)ecif->rvalue;
584 /*@out@*/ void* rvalue,
594 if ((rvalue == NULL) &&
598 ecif.rvalue = alloca(cif->rtype->size);
602 ecif.rvalue = rvalue;
609 cif->flags, ecif.rvalue, fn, ffi_prep_args);
616 cif->flags, ecif.rvalue, fn, ffi_prep_args);
816 void* rvalue,
820 /* rvalue is the pointer to space for return value in closure assembl
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-ffi_darwin.c 151 *next_arg++ = (unsigned long)(char*)ecif->rvalue;
584 /*@out@*/ void* rvalue,
594 if ((rvalue == NULL) &&
598 ecif.rvalue = alloca(cif->rtype->size);
602 ecif.rvalue = rvalue;
609 cif->flags, ecif.rvalue, fn, ffi_prep_args);
616 cif->flags, ecif.rvalue, fn, ffi_prep_args);
816 void* rvalue,
820 /* rvalue is the pointer to space for return value in closure assembl
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_reader.cpp 539 ir_read_error(expr, "expected (return <rvalue>) or (return)");
554 ir_read_error(expr, "expected rvalue tag");
558 ir_rvalue *rvalue = read_dereference(list); local
559 if (rvalue != NULL || state->error)
560 return rvalue;
562 rvalue = read_swizzle(list);
564 rvalue = read_expression(list);
566 rvalue = read_constant(list);
568 rvalue = read_texture(list);
569 if (rvalue == NULL && !state->error
774 ir_rvalue *rvalue = read_rvalue(sub); local
    [all...]
  /external/libffi/include/
ffi.h.in 287 void *rvalue,
300 void *rvalue,
448 void *rvalue,
ffi_common.h 89 void *rvalue; member in struct:__anon24801
  /external/python/cpython2/Modules/_ctypes/libffi/include/
ffi.h.in 277 void *rvalue,
290 void *rvalue,
438 void *rvalue,
ffi_common.h 89 void *rvalue; member in struct:__anon32654
  /external/python/cpython3/Modules/_ctypes/libffi/include/
ffi.h.in 277 void *rvalue,
290 void *rvalue,
438 void *rvalue,
ffi_common.h 89 void *rvalue; member in struct:__anon33248
  /external/libffi/src/frv/
eabi.S 41 # gr12: ecif.rvalue
105 ldi @(fp, #-20), gr4 /* ecif.rvalue */
  /external/libffi/src/x86/
win32.S 58 rvalue : NEAR PTR DWORD,
110 cmp rvalue, 0
164 mov ecx, rvalue
170 mov ecx, rvalue
177 mov ecx, rvalue
183 mov ecx, rvalue
189 mov ecx, rvalue
195 mov ecx, rvalue
201 mov ecx, rvalue
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/frv/
eabi.S 41 # gr12: ecif.rvalue
105 ldi @(fp, #-20), gr4 /* ecif.rvalue */
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
win32.c 45 unsigned *rvalue, /* 24 */
  /external/python/cpython3/Modules/_ctypes/libffi/src/frv/
eabi.S 41 # gr12: ecif.rvalue
105 ldi @(fp, #-20), gr4 /* ecif.rvalue */
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
win32.c 45 unsigned *rvalue, /* 24 */
  /external/clang/lib/CodeGen/
CGAtomic.cpp 186 RValue convertAtomicTempToRValue(Address addr, AggValueSlot resultSlot,
189 /// \brief Converts a rvalue to integer value.
190 llvm::Value *convertRValueToInt(RValue RVal) const;
192 RValue ConvertIntToValueOrAtomic(llvm::Value *IntVal,
197 void emitCopyIntoMemory(RValue rvalue) const;
212 RValue EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc,
224 std::pair<RValue, llvm::Value *>
225 EmitAtomicCompareExchange(RValue Expected, RValue Desired
    [all...]
  /external/iproute2/tc/
em_meta.c 355 PARSE_ERR(arg, "lvalue and rvalue are not compatible.");
365 unsigned long lvalue = 0, rvalue = 0; local
393 return PARSE_ERR(args, "meta: missing rvalue");
396 a = parse_object(args, a, &meta_hdr.right, &rvalue, &meta_hdr.left);
408 dump_value(n, TCA_EM_META_RVALUE, rvalue, &meta_hdr.right);
  /external/libffi/src/powerpc/
ffi_linux64.c 438 *next_arg.ul++ = (unsigned long) (char *) ecif->rvalue;
713 ffi_closure_helper_LINUX64 (ffi_closure *closure, void *rvalue,
716 /* rvalue is the pointer to space for return value in closure assembly */
736 rvalue = (void *) *pst;
929 (closure->fun) (cif, rvalue, avalue, closure->user_data);
ffi_sysv.c 429 *gpr_base.u++ = (unsigned long) (char *) ecif->rvalue;
685 ffi_closure_helper_SYSV (ffi_closure *closure, void *rvalue,
689 /* rvalue is the pointer to space for return value in closure assembly */
718 rvalue = (void *) *pgr;
918 (closure->fun) (cif, rvalue, avalue, closure->user_data);
  /external/libffi/src/s390/
sysv.S 40 # r6: ecif.rvalue
56 lr %r8,%r6 # Save ecif.rvalue
243 # r6: ecif.rvalue
258 lgr %r8,%r6 # Save ecif.rvalue

Completed in 1151 milliseconds

1 2 3 4 5 67 8 910