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

1 2 3 4 5 6 78 910

  /external/mesa3d/src/compiler/glsl/
ir_optimization.h 85 bool ir_constant_fold(ir_rvalue **rvalue);
opt_algebraic.cpp 64 void handle_rvalue(ir_rvalue **rvalue);
982 ir_algebraic_visitor::handle_rvalue(ir_rvalue **rvalue)
984 if (!*rvalue)
987 ir_expression *expr = (*rvalue)->as_expression();
992 if (new_rvalue == *rvalue)
999 *rvalue = swizzle_if_required(expr, new_rvalue);
lower_distance.cpp 94 virtual void handle_rvalue(ir_rvalue **rvalue);
217 * on the rvalue previously used to index into gl_ClipDistance.
281 * Determine whether the given rvalue describes an array of 8 floats that
598 virtual void handle_rvalue(ir_rvalue **rvalue);
  /external/python/cpython2/Modules/_ctypes/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/python/cpython2/Modules/_ctypes/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
  /external/python/cpython3/Modules/_ctypes/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/python/cpython3/Modules/_ctypes/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
  /external/google-breakpad/src/testing/scripts/
gmock_doctor.py 196 r'with an rvalue of type \'void\'')
200 r'with an rvalue of type \'void\'')
  /external/googletest/googlemock/scripts/
gmock_doctor.py 200 r'with an rvalue of type \'void\'')
204 r'with an rvalue of type \'void\'')
  /external/v8/testing/gmock/scripts/
gmock_doctor.py 200 r'with an rvalue of type \'void\'')
204 r'with an rvalue of type \'void\'')
  /build/kati/
func.go 1247 var rvalue Var
1261 rvalue = &simpleVar{value: []string{vbuf.String()}, origin: "file"}
1264 rvalue = &recursiveVar{expr: tmpval(rhs), origin: "file"}
1268 rvalue, err = prev.Append(ev, string(rhs))
1273 rvalue = &recursiveVar{expr: tmpval(rhs), origin: "file"}
1280 rvalue = &recursiveVar{expr: tmpval(rhs), origin: "file"}
1283 glog.Infof("Eval ASSIGN: %s=%q (flavor:%q)", f.lhs, rvalue, rvalue.Flavor())
1285 ev.outVars.Assign(f.lhs, rvalue)
    [all...]
  /external/libffi/src/metag/
sysv.S 106 ! D1Ar5: ecif.rvalue
144 ! FnArgN rvalue
  /external/libffi/src/pa/
hpux32.S 43 unsigned *rvalue,
105 ldw -52(%r3), %ret0 ; %ret0 <- rvalue
110 /* Prepare to store the result; we need to recover flags and rvalue. */
112 ldw -52(%r3), %r20 ; r20 <- rvalue
  /external/python/cpython2/Modules/_ctypes/libffi/src/metag/
sysv.S 106 ! D1Ar5: ecif.rvalue
144 ! FnArgN rvalue
  /external/python/cpython2/Modules/_ctypes/libffi/src/pa/
hpux32.S 43 unsigned *rvalue,
105 ldw -52(%r3), %ret0 ; %ret0 <- rvalue
110 /* Prepare to store the result; we need to recover flags and rvalue. */
112 ldw -52(%r3), %r20 ; r20 <- rvalue
  /external/python/cpython3/Modules/_ctypes/libffi/src/metag/
sysv.S 106 ! D1Ar5: ecif.rvalue
144 ! FnArgN rvalue
  /external/python/cpython3/Modules/_ctypes/libffi/src/pa/
hpux32.S 43 unsigned *rvalue,
105 ldw -52(%r3), %ret0 ; %ret0 <- rvalue
110 /* Prepare to store the result; we need to recover flags and rvalue. */
112 ldw -52(%r3), %r20 ; r20 <- rvalue
  /external/libffi/src/xtensa/
sysv.S 47 /* ffi_call_SYSV (rvalue, rbytes, flags, (*fnaddr)(), bytes, ecif)
48 void *rvalue; a2
223 callx8 a8 # .._inner(*closure, **avalue, *rvalue)
  /external/python/cpython2/Modules/_ctypes/libffi/src/xtensa/
sysv.S 47 /* ffi_call_SYSV (rvalue, rbytes, flags, (*fnaddr)(), bytes, ecif)
48 void *rvalue; a2
223 callx8 a8 # .._inner(*closure, **avalue, *rvalue)
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
sysv.asm 72 ; sp+0: ecif.rvalue
186 ; ffi_closure_SYSV_inner (ffi_closure *closure, char *in_args, void *rvalue)
  /external/python/cpython3/Modules/_ctypes/libffi/src/xtensa/
sysv.S 47 /* ffi_call_SYSV (rvalue, rbytes, flags, (*fnaddr)(), bytes, ecif)
48 void *rvalue; a2
223 callx8 a8 # .._inner(*closure, **avalue, *rvalue)
  /external/libffi/src/arm/
sysv.S 156 @ sp+0: ecif.rvalue
331 @ sp+0: ecif.rvalue
  /external/python/cpython2/Modules/_ctypes/libffi/src/arm/
sysv.S 156 @ sp+0: ecif.rvalue
331 @ sp+0: ecif.rvalue

Completed in 762 milliseconds

1 2 3 4 5 6 78 910