Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 1405) sorted by relevance

12345678910>>...57

/openbsd/gnu/llvm/clang/docs/
H A DSYCLSupport.rst16 Address space handling
27 default address space" (see section 5.9.3) and "inferred address space" (see
29 space" mode.
35 The default address space is "generic-memory", which is a virtual address space
40 space-attributed type
42 address space
48 global address space
53 space.
94 data with the address space attribute or not.
97 space attributes for pointers:
[all …]
/openbsd/gnu/gcc/gcc/config/m32c/
H A Dm32c-lib1.S52 mem0: .space 1
54 mem1: .space 1
56 mem2: .space 1
58 mem3: .space 1
60 mem4: .space 1
62 mem5: .space 1
64 mem6: .space 1
66 mem7: .space 1
68 mem8: .space 1
70 mem9: .space 1
[all …]
/openbsd/regress/sbin/newfs/
H A Dchecknewfs47 dotest 3800 rdroot "-m 0 -o space -i 4096"
48 dotest 5760 floppy288 "-m 0 -o space -i 81920 -c 5760"
49 dotest 5760 floppy288 "-m 0 -o space -i 81920 -c 5752"
50 dotest 5760 floppy288 "-m 0 -o space -i 524288 -c 5760"
51 dotest 5760 floppy288 "-m 0 -o space -i 524288 -c 5761"
52 dotest 2880 floppy3 "-m 0 -o space -i 81920"
53 dotest 2880 floppy3 "-m 0 -o space -i 81920 -c 2880"
54 dotest 2880 floppy3 "-m 0 -o space -i 524288 -c 2880"
/openbsd/sys/arch/sparc64/fpu/
H A Dfpu_implode.c493 space[0] = fpu_ftox(fe, fp, space); in fpu_implode()
494 DPRINTF(FPE_INSN, ("LNG %x %x\n", space[0], space[1])); in fpu_implode()
498 space[0] = fpu_ftoi(fe, fp); in fpu_implode()
499 DPRINTF(FPE_INSN, ("INT %x\n", space[0])); in fpu_implode()
503 space[0] = fpu_ftos(fe, fp); in fpu_implode()
504 DPRINTF(FPE_INSN, ("SNG %x\n", space[0])); in fpu_implode()
508 space[0] = fpu_ftod(fe, fp, space); in fpu_implode()
509 DPRINTF(FPE_INSN, ("DBL %x %x\n", space[0], space[1])); in fpu_implode()
514 space[0] = fpu_ftoq(fe, fp, space); in fpu_implode()
515 DPRINTF(FPE_INSN, ("EXT %x %x %x %x\n", space[0], space[1], in fpu_implode()
[all …]
H A Dfpu_explode.c234 u_int s, *space; in fpu_explode() local
239 space = &fe->fe_fpstate->fs_regs[reg]; in fpu_explode()
240 s = space[0]; in fpu_explode()
261 DPRINTF(FPE_INSN, ("DBL: %x %x", s, space[1])); in fpu_explode()
262 s = fpu_dtof(fp, s, space[1]); in fpu_explode()
266 DPRINTF(FPE_INSN, ("EXT: %x %x %x %x", s, space[1], in fpu_explode()
267 space[2], space[3])); in fpu_explode()
268 s = fpu_qtof(fp, s, space[1], space[2], space[3]); in fpu_explode()
H A Dfpu.c280 u_int space[4]; in fpu_execute() local
339 &rdtype, space)) != 0) in fpu_execute()
345 &rdtype, space)) != 0) in fpu_execute()
512 u_int *space) in fpu_insn_ftoi() argument
535 u_int *space) in fpu_insn_ftof() argument
565 u_int *space) in fpu_insn_fsqrt() argument
630 u_int *space) in fpu_insn_fmul() argument
659 u_int *space) in fpu_insn_fmulx() argument
689 u_int *space) in fpu_insn_fdiv() argument
718 u_int *space) in fpu_insn_fadd() argument
[all …]
/openbsd/regress/usr.bin/mandoc/char/space/
H A Dtab.out_ascii4 ssppaaccee--ttaabb - handling of literal space characters
21 tab space
23 space tab
43 tab space
45 space tab
63 tab space
65 space tab
83 tab space
85 space tab
H A Dzerowidth.out_ascii4 space-zerowidth - zero width and narrow space characters
8 zero width space \& between A and B: AB
10 half-narrow (1/12) space \^ between A and B: AB
11 narrow space (1/6) \| between A and B: AB
H A Dzerowidth.out_utf84 space-zerowidth - zero width and narrow space characters
8 zero width space \& between A and B: AB
10 half-narrow (1/12) space \^ between A and B: AB
11 narrow space (1/6) \| between A and B: AB
/openbsd/usr.bin/uname/
H A Duname.c57 int space = 0; in main() local
101 space++; in main()
105 if (space++) in main()
111 if (space++) in main()
117 if (space++) in main()
123 if (space++) in main()
129 if (space++) in main()
/openbsd/sys/arch/sparc64/sparc64/
H A Drbus_machdep.c47 int space, reg; in rbus_pccbb_parent_mem() local
59 space = addr[i].phys_hi & OFW_PCI_PHYS_HI_SPACEMASK; in rbus_pccbb_parent_mem()
60 if (space != OFW_PCI_PHYS_HI_SPACE_MEM32) in rbus_pccbb_parent_mem()
75 space = addr[i].phys_hi & OFW_PCI_PHYS_HI_SPACEMASK; in rbus_pccbb_parent_mem()
76 if (space != OFW_PCI_PHYS_HI_SPACE_MEM32) in rbus_pccbb_parent_mem()
93 int space, reg; in rbus_pccbb_parent_io() local
105 space = addr[i].phys_hi & OFW_PCI_PHYS_HI_SPACEMASK; in rbus_pccbb_parent_io()
106 if (space != OFW_PCI_PHYS_HI_SPACE_IO) in rbus_pccbb_parent_io()
121 space = addr[i].phys_hi & OFW_PCI_PHYS_HI_SPACEMASK; in rbus_pccbb_parent_io()
122 if (space != OFW_PCI_PHYS_HI_SPACE_IO) in rbus_pccbb_parent_io()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dassert1.c11 #assert space ( s p a c e )
25 #if !#space (s p a c e) || !#space ( s p a c e ) || #space (space)
44 #if #space(s p a c e)
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dassert1.c11 #assert space ( s p a c e )
25 #if !#space (s p a c e) || !#space ( s p a c e ) || #space (space)
44 #if #space(s p a c e)
/openbsd/sys/dev/pci/drm/amd/include/
H A Dcgs_common.h108 typedef uint32_t (*cgs_read_ind_register_t)(struct cgs_device *cgs_device, enum cgs_ind_reg space,
117 typedef void (*cgs_write_ind_register_t)(struct cgs_device *cgs_device, enum cgs_ind_reg space,
133 #define CGS_WREG32_FIELD_IND(device, space, reg, field, val) \ argument
134 …cgs_write_ind_register(device, space, ix##reg, (cgs_read_ind_register(device, space, ix##reg) & ~C…
169 #define cgs_read_ind_register(dev,space,index) \ argument
170 CGS_CALL(read_ind_register,dev,space,index)
171 #define cgs_write_ind_register(dev,space,index,value) \ argument
172 CGS_CALL(write_ind_register,dev,space,index,value)
/openbsd/gnu/lib/libiberty/src/
H A Ddyn-string.c71 if (space == 0) in dyn_string_init()
72 space = 1; in dyn_string_init()
75 ds_struct_ptr->s = (char *) malloc (space); in dyn_string_init()
79 ds_struct_ptr->s = XNEWVEC (char, space); in dyn_string_init()
81 ds_struct_ptr->allocated = space; in dyn_string_init()
95 dyn_string_new (int space) in dyn_string_new() argument
102 if (!dyn_string_init (result, space)) in dyn_string_new()
109 dyn_string_init (result, space); in dyn_string_new()
148 dyn_string_resize (dyn_string_t ds, int space) in dyn_string_resize() argument
153 ++space; in dyn_string_resize()
[all …]
/openbsd/regress/bin/ksh/
H A Difs.t1 name: IFS-space-1
54 name: IFS-space-colon-1
56 Simple test, IFS=<white-space>:
74 name: IFS-space-colon-2
76 Simple test, IFS=<white-space>:
87 name: IFS-space-colon-3
89 Simple test, IFS=<white-space>:
104 name: IFS-space-colon-4
106 Simple test, IFS=<white-space>:
116 name: IFS-space-colon-5
[all …]
/openbsd/gnu/usr.bin/perl/t/op/
H A Dsplit_unicode.t43 my $space = chr($cp);
44 my $str="A:$space:B\x{FFFD}";
52 my $s2 = "$space$space:A:$space$space:B\x{FFFD}";
/openbsd/lib/libc/arch/sparc64/fpu/
H A Dfpu_implode.c500 __fpu_implode(fe, fp, type, space) in __fpu_implode() argument
504 u_int *space;
510 space[0] = __fpu_ftox(fe, fp, space);
514 space[0] = __fpu_ftoi(fe, fp);
518 space[0] = __fpu_ftos(fe, fp);
522 space[0] = __fpu_ftod(fe, fp, space);
527 space[0] = __fpu_ftoq(fe, fp, space);
536 space[0], space[1], space[2], space[3]));
/openbsd/usr.bin/rdist/
H A Dcommon.c349 int c, left = space; in remline()
368 if (left == space) in remline()
399 return (space); in remline()
423 if (remleft < space) in readrem()
424 space = remleft; in readrem()
428 remptr += space; in readrem()
429 remleft -= space; in readrem()
431 return (space); in readrem()
823 char *space; in searchpath() local
829 *space = CNULL; in searchpath()
[all …]
/openbsd/sys/dev/pci/drm/i915/
H A Di915_vgpu.c145 struct drm_mm_node space[4]; member
185 vgt_deballoon_space(ggtt, &bl_info.space[i]); in intel_vgt_deballoon()
297 ret = vgt_balloon_space(ggtt, &bl_info.space[2], in intel_vgt_balloon()
305 ret = vgt_balloon_space(ggtt, &bl_info.space[3], in intel_vgt_balloon()
313 ret = vgt_balloon_space(ggtt, &bl_info.space[0], in intel_vgt_balloon()
321 ret = vgt_balloon_space(ggtt, &bl_info.space[1], in intel_vgt_balloon()
332 vgt_deballoon_space(ggtt, &bl_info.space[0]); in intel_vgt_balloon()
334 vgt_deballoon_space(ggtt, &bl_info.space[3]); in intel_vgt_balloon()
336 vgt_deballoon_space(ggtt, &bl_info.space[2]); in intel_vgt_balloon()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_ring.c21 unsigned int space; in intel_ring_update_space() local
23 space = __intel_ring_space(ring->head, ring->emit, ring->size); in intel_ring_update_space()
25 ring->space = space; in intel_ring_update_space()
26 return space; in intel_ring_update_space()
226 GEM_BUG_ON(ring->space < bytes); in wait_for_space()
267 if (unlikely(total_bytes > ring->space)) { in intel_ring_begin()
290 GEM_BUG_ON(need_wrap > ring->space); in intel_ring_begin()
296 ring->space -= need_wrap; in intel_ring_begin()
301 GEM_BUG_ON(ring->space < bytes); in intel_ring_begin()
306 ring->space -= bytes; in intel_ring_begin()
/openbsd/regress/usr.bin/mandoc/mdoc/Bd/
H A Dblank.out_markdown15 line containing space tab space:
17 line containing a zero-width space:
31 line ending in space tab space:
H A Dblank.out_ascii13 line containing space tab space:
15 line containing a zero-width space:
28 line ending in space tab space:
/openbsd/usr.bin/calendar/calendars/
H A Dcalendar.space4 * $OpenBSD: calendar.space,v 1.3 2006/10/31 18:11:54 jasper Exp $
13 01/31 "Ham" the chimpanzee soars into space aboard Mercury-Redstone 2, 1961
24 04/12 Yuri Gagarin becomes the first man in space, 1961
28 05/05 Alan Shepard becomes the first American in space, 1961
29 05/14 Skylab (first U.S. space station) launched, 1973
40 marking start of practical military reconnaissance from space, 1960
45 10/04 First space vehicle, Sputnik I, launched, 1957
48 11/03 Sputnik II launched, 1957, bearing space dog Laika
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dctype_scan_char.cc78 VERIFY_SCAN_IS (std::ctype_base::space, ca, ca+5); in test01()
90 VERIFY_SCAN_NOT (std::ctype_base::space, ca, ca); in test01()
103 VERIFY_SCAN_IS (std::ctype_base::space, cz, cz+5); in test01()
115 VERIFY_SCAN_NOT (std::ctype_base::space, cz, cz); in test01()
128 VERIFY_SCAN_IS (std::ctype_base::space, cA, cA+5); in test01()
140 VERIFY_SCAN_NOT (std::ctype_base::space, cA, cA); in test01()
153 VERIFY_SCAN_IS (std::ctype_base::space, cZ, cZ+5); in test01()
165 VERIFY_SCAN_NOT (std::ctype_base::space, cZ, cZ); in test01()
190 VERIFY_SCAN_NOT (std::ctype_base::space, c0, c0); in test01()
215 VERIFY_SCAN_NOT (std::ctype_base::space, c9, c9); in test01()
[all …]

12345678910>>...57