/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_frontbuffer.c | 168 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 D | intel_frontbuffer.h | 65 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-src/usr.bin/look/ |
H A D | look.c | 101 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-src/usr.bin/spell/spellprog/ |
H A D | look.c | 58 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-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | DirectedGraph.h | 107 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 D | MapVector.h | 83 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-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/ |
H A D | package.d | 593 @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-src/external/gpl3/gcc/dist/libphobos/src/std/container/ |
H A D | package.d | 588 @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-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
H A D | package.d | 578 @property auto ref front() in front() function 994 @property auto ref front() in front() function 1009 @property void front(RvalueElementType v) in front() function 1437 @property auto ref front() in front() function 1693 @property auto ref front() in front() function 1969 @property auto ref front() in front() function 2340 @property auto ref front() in front() function 2437 @property auto front() { return _arr[0]; } in front() function 2530 @property auto ref front() in front() function 2598 int front() { return 42; } in front() function [all …]
|
H A D | interfaces.d | 212 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-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | iteration.d | 301 bool front() @property {return initialized = true;} in front() function 1494 @property auto ref front() in front() function 1678 @property auto front() in front() function 1752 @property auto ref front() { return current.front; } in front() function 1790 @property auto front() in front() function 1842 @property auto ref front() { return impl.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 [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/ |
H A D | interfaces.d | 230 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 D | package.d | 571 @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-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | utf.d | 1541 @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 D | base64.d | 638 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 D | random.d | 200 @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-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/ |
H A D | range.d | 19 @property int front() { return state; } in front() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/test/ |
H A D | range.d | 19 @property int front() { return state; } in front() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_list.h | 82 Item *front() { return first_; } in front() function 83 const Item *front() const { return first_; } in front() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_list.h | 84 Item *front() { return first_; } in front() function 85 const Item *front() const { return first_; } in front() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_list.h | 83 Item *front() { return first_; } in front() function 84 const Item *front() const { return first_; } in front() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | base64.d | 627 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
|
H A D | random.d | 273 @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 418 @property uint front() {return 0;} in front() function 594 @property UIntType front() const @safe pure nothrow @nogc in front() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/ |
H A D | random.d | 37 @property uint front() in front() function
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
H A D | i915_gem_object.c | 378 struct intel_frontbuffer *front; in __i915_gem_object_flush_frontbuffer() local 390 struct intel_frontbuffer *front; in __i915_gem_object_invalidate_frontbuffer() local
|