Searched refs:rep (Results 76 - 100 of 289) sorted by relevance

1234567891011>>

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractIteratorTest.java41 private int rep;
43 switch (rep++) {
84 private int rep;
86 switch (rep++) {
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractIteratorTest.java44 private int rep;
46 switch (rep++) {
87 private int rep;
89 switch (rep++) {
/external/libdrm/include/drm/
H A Dvmwgfx_drm.h124 * @rep - Reply as defined above. //Out
131 struct drm_vmw_extension_rep rep; member in union:drm_vmw_extension_arg
239 * @rep: Output data as described above.
246 struct drm_vmw_surface_arg rep; member in union:drm_vmw_surface_create_arg
267 * @rep: Output data as described above.
274 struct drm_vmw_surface_create_req rep; member in union:drm_vmw_surface_reference_arg
405 * @rep: Output data as described above.
412 struct drm_vmw_dmabuf_rep rep; member in union:drm_vmw_alloc_dmabuf_arg
/external/llvm/test/MC/ARM/
H A Dcomplex-operands.s9 .rep 2
/external/llvm/test/MC/AsmParser/
H A Dat-pseudo-variable.s34 # Test that .irp(c) and .rep(t) do not increase \@.
59 .rep 3
/external/syslinux/memdisk/
H A Dmemcpy.S67 rep; movsl
H A Dmemset.S69 rep; stosl
H A Dmemmove.S72 rep; movsl
115 rep; movsl
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDigitList.java368 String rep = Double.toString(source);
372 set(rep, MAX_LONG_DIGITS);
410 private void set(String rep, int maxCount) { argument
420 if (rep.charAt(i) == '-') {
423 for (; i < rep.length(); ++i) {
424 char c = rep.charAt(i);
430 if (rep.charAt(i) == '+') {
433 exponent = Integer.valueOf(rep.substring(i)).intValue();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDigitList.java366 String rep = Double.toString(source);
370 set(rep, MAX_LONG_DIGITS);
408 private void set(String rep, int maxCount) { argument
418 if (rep.charAt(i) == '-') {
421 for (; i < rep.length(); ++i) {
422 char c = rep.charAt(i);
428 if (rep.charAt(i) == '+') {
431 exponent = Integer.valueOf(rep.substring(i)).intValue();
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Dwait_until.pass.cpp30 typedef duration::rep rep; typedef in struct:Clock
H A Dwait_until_pred.pass.cpp31 typedef duration::rep rep; typedef in struct:Clock
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dwait_until.pass.cpp29 typedef duration::rep rep; typedef in struct:Clock
H A Dwait_until_pred.pass.cpp31 typedef duration::rep rep; typedef in struct:Clock
/external/syslinux/com32/lib/
H A Dmemmove.S78 rep; movsl
131 rep; movsl
/external/syslinux/com32/modules/stubs/
H A Dswapstub.asm22 rep movsd
/external/syslinux/core/lzo/
H A Dlzo1c_d.ash47 rep
73 rep
95 rep
152 rep
H A Dlzo_asm.h249 #define REP_MOVSB(x) rep ; movsb
250 #define REP_MOVSL(x) shrl $2,%ecx ; rep ; movsl
255 #define REP_MOVSB(x) rep ; movsb
259 rep ; movsl ; movl x,%ecx ; rep ; movsb
/external/v8/src/
H A Dregister-configuration.h123 int GetAliases(MachineRepresentation rep, int index,
128 bool AreAliases(MachineRepresentation rep, int index,
/external/google-benchmark/test/
H A Doutput_test_helper.cc121 for (auto rep : reporters_) {
122 bool new_ret = rep->ReportContext(context);
133 for (auto rep : reporters_) rep->ReportRuns(report);
136 for (auto rep : reporters_) rep->Finalize();
/external/kernel-headers/original/uapi/drm/
H A Dvmwgfx_drm.h227 * @rep: Output data as described above.
234 struct drm_vmw_surface_arg rep; member in union:drm_vmw_surface_create_arg
255 * @rep: Output data as described above.
262 struct drm_vmw_surface_create_req rep; member in union:drm_vmw_surface_reference_arg
407 * @rep: Output data as described above.
414 struct drm_vmw_dmabuf_rep rep; member in union:drm_vmw_alloc_dmabuf_arg
960 * @rep: Output argument as described above.
965 struct drm_vmw_gb_surface_create_rep rep; member in union:drm_vmw_gb_surface_create_arg
1002 * @rep: Output data as described above at "struct drm_vmw_gb_surface_ref_rep"
1007 struct drm_vmw_gb_surface_ref_rep rep; member in union:drm_vmw_gb_surface_reference_arg
1092 struct drm_vmw_context_arg rep; member in union:drm_vmw_extended_context_arg
[all...]
/external/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc121 for (auto rep : reporters_) {
122 bool new_ret = rep->ReportContext(context);
133 for (auto rep : reporters_) rep->ReportRuns(report);
136 for (auto rep : reporters_) rep->Finalize();
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c162 struct drm_vmw_surface_create_req *rep = &arg.rep; local
184 if (rep->mip_levels[0] != 1) {
187 whandle->handle, rep->mip_levels[0]);
192 if (rep->mip_levels[i] != 0) {
209 *format = rep->format;
/external/v8/src/compiler/
H A Draw-machine-assembler.h87 Node* StackSlot(MachineRepresentation rep) { argument
88 return AddNode(machine()->StackSlot(rep));
124 Node* Load(MachineType rep, Node* base) { argument
125 return Load(rep, base, IntPtrConstant(0));
127 Node* Load(MachineType rep, Node* base, Node* index) { argument
128 return AddNode(machine()->Load(rep), base, index);
130 Node* Store(MachineRepresentation rep, Node* base, Node* value, argument
132 return Store(rep, base, IntPtrConstant(0), value, write_barrier);
134 Node* Store(MachineRepresentation rep, Node* base, Node* index, Node* value, argument
136 return AddNode(machine()->Store(StoreRepresentation(rep, write_barrie
142 UnalignedLoad(MachineType rep, Node* base) argument
145 UnalignedLoad(MachineType rep, Node* base, Node* index) argument
152 UnalignedStore(MachineRepresentation rep, Node* base, Node* value) argument
155 UnalignedStore(MachineRepresentation rep, Node* base, Node* index, Node* value) argument
170 AtomicLoad(MachineType rep, Node* base, Node* index) argument
173 AtomicStore(MachineRepresentation rep, Node* base, Node* index, Node* value) argument
685 LoadFromPointer(void* address, MachineType rep, int32_t offset = 0) argument
688 StoreToPointer(void* address, MachineRepresentation rep, Node* node) argument
691 UnalignedLoadFromPointer(void* address, MachineType rep, int32_t offset = 0) argument
695 UnalignedStoreToPointer(void* address, MachineRepresentation rep, Node* node) argument
794 Phi(MachineRepresentation rep, Node* n1, Node* n2) argument
797 Phi(MachineRepresentation rep, Node* n1, Node* n2, Node* n3) argument
800 Phi(MachineRepresentation rep, Node* n1, Node* n2, Node* n3, Node* n4) argument
[all...]
/external/zlib/src/contrib/minizip/
H A Dminiunz.c378 char rep=0; local
395 rep = answer[0] ;
396 if ((rep>='a') && (rep<='z'))
397 rep -= 0x20;
399 while ((rep!='Y') && (rep!='N') && (rep!='A'));
402 if (rep == 'N')
405 if (rep
[all...]

Completed in 764 milliseconds

1234567891011>>