Home
last modified time | relevance | path

Searched defs:front (Results 1 – 25 of 152) sorted by relevance

1234567

/netbsd/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_frontbuffer.c168 void __intel_fb_invalidate(struct intel_frontbuffer *front, in __intel_fb_invalidate()
187 void __intel_fb_flush(struct intel_frontbuffer *front, in __intel_fb_flush()
207 struct intel_frontbuffer *front = in frontbuffer_active() local
217 struct intel_frontbuffer *front = in frontbuffer_retire() local
227 struct intel_frontbuffer *front = in frontbuffer_release() local
249 struct intel_frontbuffer *front; in intel_frontbuffer_get() local
280 void intel_frontbuffer_put(struct intel_frontbuffer *front) in intel_frontbuffer_put()
H A Dintel_frontbuffer.h65 struct intel_frontbuffer *front; in __intel_frontbuffer_get() local
107 static inline bool intel_frontbuffer_invalidate(struct intel_frontbuffer *front, in intel_frontbuffer_invalidate()
135 static inline void intel_frontbuffer_flush(struct intel_frontbuffer *front, in intel_frontbuffer_flush()
/netbsd/usr.bin/look/
H A Dlook.c101 char *back, *front, *string, *p; in main() local
157 look(char *string, char *front, char *back) in look()
224 binary_search(char *string, char *front, char *back) in binary_search()
258 linear_search(char *string, char *front, char *back) in linear_search()
280 print_from(char *string, char *front, char *back) in print_from()
/netbsd/usr.bin/spell/spellprog/
H A Dlook.c58 look(u_char *string, u_char *front, u_char *back) in look()
117 binary_search(u_char *string, u_char *front, u_char *back) in binary_search()
151 linear_search(u_char *string, u_char *front, u_char *back) in linear_search()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDirectedGraph.h107 const EdgeType &front() const { return *Edges.front(); } in front() function
108 EdgeType &front() { return *Edges.front(); } in front() function
198 const NodeType &front() const { return *Nodes.front(); } in front() function
199 NodeType &front() { return *Nodes.front(); } in front() function
H A DMapVector.h83 std::pair<KeyT, ValueT> &front() { return Vector.front(); } in front() function
84 const std::pair<KeyT, ValueT> &front() const { return Vector.front(); } in front() function
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dpackage.d593 @property ref T front() //ref return optional in TotalContainer() function
598 @property void front(T value) //Only when front does not return by ref in TotalContainer() function
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dpackage.d588 @property ref T front() //ref return optional in TotalContainer() function
593 @property void front(T value) //Only when front does not return by ref in TotalContainer() function
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d1969 @property auto ref front() in front() function
2613 int front = 0; variable
6030 @property auto ref front() in front() function
6357 @property auto ref front() in front() function
6596 @property auto front() in front() function
6745 @property auto ref front() in front() function
7425 @property auto front() in front() function
7701 @property auto front() in front() function
8666 @property T front() in front() function
10866 Object front; in this() member
[all …]
H A Dinterfaces.d212 alias front = InputRange!E.front; // overload base interface method variable
374 @property E front() { return _range.front; } in front() function
392 @property void front(E newVal) { in front() function
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d1494 @property auto ref front() in front() function
1678 @property auto front() in front() function
1790 @property auto front() in front() function
2384 @property int[] front() in front() function
2485 @property auto ref front() in front() function
2594 @property auto front() in front() function
2640 @property auto front() in front() function
2691 @property int front() in front() function
3760 @property Range front() in front() function
4026 @property Range front() in front() function
[all …]
H A Dsetops.d389 @property auto front() in front() function
1049 @property auto ref front() in front() function
1197 @property ElementType front() in front() function
1359 @property auto ref front() in front() function
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dinterfaces.d230 alias front = InputRange!E.front; // overload base interface method variable
392 @property E front() { return _range.front; } in front() function
414 @property void front(E newVal) { in front() function
H A Dpackage.d571 @property auto ref front() in front() function
992 @property auto ref front() in front() function
1007 @property void front(RvalueElementType v) in front() function
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dutf.d1541 @property char front() { return s[idx]; } in front() function
1658 @property wchar front() { return s[idx]; } in front() function
1722 @property dchar front() { return s[idx]; } in front() function
3319 @property auto ref front() inout { return str[0]; } in front() function
3529 char front() pure nothrow @nogc { return data[0]; } in front() function
3545 wchar front() pure nothrow @nogc { return data[0]; } in front() function
3561 dchar front() pure nothrow @nogc { return data[0]; } in front() function
3576 char front() pure nothrow @nogc { return data[0]; } in front() function
3595 wchar front() pure nothrow @nogc { return data[0]; } in front() function
3614 dchar front() pure nothrow @nogc { return data[0]; } in front() function
[all …]
H A Dbase64.d638 nothrow char[] front() in front() function
757 nothrow ubyte front() in front() function
1421 nothrow ubyte[] front() in front() function
1555 nothrow ubyte front() in front() function
2048 @property ubyte front() { return impl[0]; } in front() function
2078 @property dchar front() { return impl[0]; } in front() function
H A Drandom.d200 @property uint front() {return 0;} in front() function
211 @property uint front() {return 0;} in front() function
236 @property uint front() {return 0;} in front() function
249 @property uint front() {return 0;} in front() function
424 @property UIntType front() const @safe pure nothrow @nogc in front() function
617 UIntType front; member
816 @property UIntType front() @safe const pure nothrow @nogc in front() function
1082 UIntType front() const @safe pure nothrow @nogc in front() function
2391 @property auto ref front() in front() function
2710 @property auto ref front() in front() function
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/internal/test/
H A Drange.d19 @property int front() { return state; } in front() function
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/
H A Drange.d19 @property int front() { return state; } in front() function
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h82 Item *front() { return first_; } in front() function
83 const Item *front() const { return first_; } in front() function
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_list.h84 Item *front() { return first_; } in front() function
85 const Item *front() const { return first_; } in front() function
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h82 Item *front() { return first_; } in front() function
83 const Item *front() const { return first_; } in front() function
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Drandom.d273 @property uint front() {return 0;} in front() function
281 @property uint front() {return 0;} in front() function
297 float front() {return 0;} in front() function
343 @property uint front() {return 0;} in front() function
354 @property uint front() {return 0;} in front() function
369 @property uint front() {return 0;} in front() function
380 @property uint front() {return 0;} in front() function
405 @property uint front() {return 0;} in front() function
844 UIntType front; member
3293 @property auto ref front() in front() function
[all …]
H A Dbase64.d627 nothrow char[] front() in front() function
745 nothrow ubyte front() in front() function
1402 nothrow ubyte[] front() in front() function
1535 nothrow ubyte front() in front() function
2044 @property ubyte front() { return impl[0]; } in front() function
2076 @property dchar front() { return impl[0]; } in front() function
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/
H A Drandom.d37 @property uint front() in front() function

1234567