/third_party/eudev/hm_src/ |
H A D | keyboard-keys-from-name.h | 605 {"down", KEY_DOWN}, in keyboard_lookup_key()
|
/third_party/optimized-routines/string/arm/ |
H A D | memchr.S | 107 60: @ We're here because the fast path found a hit - now we have to track down exactly which word it was
|
/third_party/skia/experimental/sktext/editor/ |
H A D | Editor.cpp | 92 // Move one line down (if possible) in moveCursor() 252 fMouse->down(); in onMouse()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence.cpp | 1294 // Both b or both a can't be 0, so down is never 0 in IntersectConstraints() 1296 auto down = constant_b1 * constant_a0 - constant_b0 * constant_a1; in IntersectConstraints() local 1298 auto x_coord = up / down; in IntersectConstraints() 1314 if (up % down == 0 && in IntersectConstraints()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence.cpp | 1294 // Both b or both a can't be 0, so down is never 0 in IntersectConstraints() 1296 auto down = constant_b1 * constant_a0 - constant_b0 * constant_a1; in IntersectConstraints() local 1298 auto x_coord = up / down; in IntersectConstraints() 1314 if (up % down == 0 && in IntersectConstraints()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_dependence.cpp | 1293 // Both b or both a can't be 0, so down is never 0 in IntersectConstraints() 1295 auto down = constant_b1 * constant_a0 - constant_b0 * constant_a1; in IntersectConstraints() local 1297 auto x_coord = up / down; in IntersectConstraints() 1313 if (up % down == 0 && in IntersectConstraints()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | xvididct.asm | 22 ; http://developer.intel.com/vtune/cbts/strmsimd/922down.htm 32 ; http://developer.intel.com/vtune/cbts/strmsimd/922down.htm
|
H A D | rv40dsp.asm | 379 ; bias and shift down
|
H A D | celt_pvq_search.asm | 186 and r4d, ~(mmsize-1) ; align address down, so the value pointed by max_idx is inside a mmsize load
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | expression.c | 221 p = &e->down; in builtin_offsetof_expr() 245 p = &e->down; in builtin_offsetof_expr()
|
H A D | dissect.c | 471 } while ((expr = expr->down)); in do_expression()
|
/third_party/toybox/toys/pending/ |
H A D | sh.c | 175 if (!cc) goto down; in do_prompt() 196 down: in do_prompt() 207 // TODO: $1 $@ $* need args marshalled down here: function+structure?
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 106 /// NK_BUTTON_TRIGGER_ON_RELEASE | Different platforms require button clicks occurring either on buttons being pressed (up to down) or released (down to up). By default this library will react on buttons being pressed, but if you define this it will only trigger if a button is released. 657 /// Sets the currently passed userdata passed down into each draw command. 809 /// void nk_input_key(struct nk_context*, enum nk_keys key, int down); 816 /// __down__ | Must be 0 for key is up and 1 for key is down 818 NK_API void nk_input_key(struct nk_context*, enum nk_keys, int down); 823 /// void nk_input_button(struct nk_context *ctx, enum nk_buttons btn, int x, int y, int down); 830 /// __x__ | Must contain an integer describing mouse cursor x-position on click up/down 831 /// __y__ | Must contain an integer describing mouse cursor y-position on click up/down 832 /// __down__ | Must be 0 for key is up and 1 for key is down 4601 int down; global() member 4617 int down; global() member 13990 nk_input_key(struct nk_context *ctx, enum nk_keys key, int down) nk_input_key() argument 14005 nk_input_button(struct nk_context *ctx, enum nk_buttons id, int x, int y, int down) nk_input_button() argument 14084 nk_input_has_mouse_click_down_in_rect(const struct nk_input *i, enum nk_buttons id, struct nk_rect b, int down) nk_input_has_mouse_click_down_in_rect() argument 14103 nk_input_is_mouse_click_down_in_rect(const struct nk_input *i, enum nk_buttons id, struct nk_rect b, int down) nk_input_is_mouse_click_down_in_rect() argument 14115 int i, down = 0; nk_input_any_mouse_click_in_rect() local 19115 nk_widget_has_mouse_click_down(struct nk_context *ctx, enum nk_buttons btn, int down) nk_widget_has_mouse_click_down() argument [all...] |
/third_party/ltp/testcases/lib/ |
H A D | tst_test.sh | 706 tst_brk TCONF "Kernel is locked down, skipping test"
|
H A D | tst_net.sh | 584 ip link set $iface down || return $? 598 tst_rhost_run -c "ip link set $iface down" || return $?
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource14.js | 63 public down() { 65 throw new Error("Invalid call to 'down'"); 454 // the "{" character, meaning we don't traverse the tree down to the stmt list of the class, meaning 518 // Don't go further down the tree if pos is outside of [minChar, limChar] 634 AstPath.prototype.down = function () {
636 throw new Error("Invalid call to 'down'");
968 // the "{" character, meaning we don't traverse the tree down to the stmt list of the class, meaning
1025 // Don't go further down the tree if pos is outside of [minChar, limChar]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFGraph.cpp | 325 I.down(); in operator <<() 680 for (auto I = top(), E = bottom(); I != E; I.down()) in size() 731 // Move the stack iterator down by one. 1576 for (auto I = DS.top(), E = DS.bottom(); I != E; I.down()) { in linkRefUp()
|
H A D | RDFGraph.h | 680 Iterator &down() { Pos = DS.nextDown(Pos); return *this; } in down() function
|
/third_party/python/Lib/ |
H A D | turtle.py | 130 'degrees', 'distance', 'dot', 'down', 'end_fill', 'end_poly', 'fd', 1757 Move turtle to an absolute position. If the pen is down, 2111 """Pull the pen down -- drawing when moving. 2113 Aliases: pendown | pd | down 2125 """Return True if pen is down, False if it's up. 2477 down = pendown variable in TPen 3163 if pen is down. All other methods for turtle movement depend 3300 performance (via _drawline) slowed down considerably. 3603 down). 4009 down() [all...] |
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12MemAlloc.cpp | 266 // Aligns given value down to nearest multiply of align value. For example: AlignUp(11, 8) = 8.
437 size_t down = 0, up = (end - beg);
in BinaryFindFirstNotLess() local 438 while(down < up)
in BinaryFindFirstNotLess() 440 const size_t mid = (down + up) / 2;
in BinaryFindFirstNotLess() 443 down = mid + 1;
in BinaryFindFirstNotLess() 450 return beg + down;
in BinaryFindFirstNotLess()
|
/third_party/ffmpeg/libavcodec/ |
H A D | rv34.c | 967 static void rv34_pred_4x4_block(RV34DecContext *r, uint8_t *dst, int stride, int itype, int up, int left, int down, int right) in rv34_pred_4x4_block() argument 982 if(!down){ in rv34_pred_4x4_block()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTSect.cpp | 557 bool down = tStep < 0; in binarySearchCoin() local 584 if (down ? result <= work.fStartT : result >= work.fStartT) { in binarySearchCoin()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 424 the function C<with> further down. 790 internal stuff), or if it's used to pass a command down to a subprocess.
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 424 the function C<with> further down. 790 internal stuff), or if it's used to pass a command down to a subprocess.
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 538 - The application may slow down because some memory blocks are moved to system RAM 744 - Second, "upper" one, growing down from the end towards lower offsets. 1571 which may slow down their usage on the device. 3388 They are internally rounded down/up to multiply of `nonCoherentAtomSize`. 3415 They are internally rounded down/up to multiply of `nonCoherentAtomSize`. 4295 // Aligns given value down to nearest multiply of align value. For example: VmaAlignUp(11, 8) = 8. 4611 size_t down = 0, up = (end - beg); in VmaBinaryFindFirstNotLess() local 4612 while(down < up) in VmaBinaryFindFirstNotLess() 4614 const size_t mid = (down + up) / 2; in VmaBinaryFindFirstNotLess() 4617 down in VmaBinaryFindFirstNotLess() [all...] |