HomeSort by relevance Sort by last modified time
    Searched refs:Be (Results 1 - 25 of 37) sorted by null

1 2

  /external/python/cpython3/Modules/_sha3/kcp/
KeccakP-1600-inplace32BI.c 23 /* WARNING: on 8-bit and 16-bit platforms, this should be replaced by: */
576 #define Be Ce0
642 Be = ROL32((Age0^De0), 22);
646 Aba0 = Ba ^((~Be)& Bi );
648 Age0 = Be ^((~Bi)& Bo );
651 Asu0 = Bu ^((~Ba)& Be );
654 Be = ROL32((Age1^De1), 22);
658 Aba1 = Ba ^((~Be)& Bi );
660 Age1 = Be ^((~Bi)& Bo );
663 Asu1 = Bu ^((~Ba)& Be );
    [all...]
  /external/Microsoft-GSL/
CONTRIBUTING.md 20 * Be a child commit of a reasonably recent commit in the **master** branch
21 * Requests need not be a single commit, but should be a linear sequence of commits (i.e. no merge commits in your PR)
  /external/tensorflow/tensorflow/lite/python/
interpreter.py 79 raise ValueError('`model_path` or `model_content` must be specified.')
92 the numpy base be the self._interpreter.
95 # If this environment is the only _interpreter, then the ref count should be
102 This should be called from any function that will call a function on
111 in the interpreter in the form of a numpy array or slice. Be sure to
180 tensor_index: Tensor index of tensor to set. This value can be gotten from
193 input_index: Tensor index of input to set. This value can be gotten from
219 If you wish to avoid the copy, use `tensor()`. This function cannot be used
223 tensor_index: Tensor index of tensor to get. This value can be gotten from
236 the name. Be careful to not hold these output references through call
    [all...]
  /external/adhd/defs/
make.mk 2 # Use of this source code is governed by a BSD-style license that can be
9 # Be silent unless 'VERBOSE' is set on the make command line.
  /external/libchrome/build/
gn_helpers.py 2 # Use of this source code is governed by a BSD-style license that can be
31 GN scope in a list, so this should be set to False for recursive calls."""
89 string interpolation on a string variable, the strings will not be quoted:
94 The unquoted asdf string will not be valid input to this function, which
100 strings will be quoted and escaped according to GN rules so the list can be
130 Be careful not to feed with input from a Python parsing function like
131 'ast' because it will do Python unescaping, which will be incorrect when
179 - GN booleans ('true', 'false') will be converted to Python booleans.
181 - GN numbers ('123') will be converted to Python numbers
    [all...]
  /external/llvm/utils/TableGen/
tdtags 33 -v Be verbose; report progress.
88 -v Be verbose; report progress.
182 # See whether this include file can be found in a common location.
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
tdtags 33 -v Be verbose; report progress.
88 -v Be verbose; report progress.
182 # See whether this include file can be found in a common location.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 14 # Timothy O'Malley not be used in advertising or publicity
20 # AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
134 The SimpleCookie expects that all values should be standard strings.
135 Just to be sure, SimpleCookie invokes the str() builtin to convert
151 The SerialCookie expects that all values should be serialized using
168 Be warned, however, if SerialCookie cannot de-serialize a value (because
318 # If the string does not need to be double-quoted,
335 # then there can't be any special characters. See RFC 2109.
380 # The offset may be a floating point number.
526 # This used to be strict parsing based on the RFC2109 and RFC2068
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
SmiEntry.S 6 # which accompanies this distribution. The full text of the license may be found at
65 # "64-bit like" 16-bit code. Be aware that once RDI is referenced as a
SmiEntry.asm 5 ; which accompanies this distribution. The full text of the license may be found at
70 ; "64-bit like" 16-bit code. Be aware that once RDI is referenced as a
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiEntry.S 6 # which accompanies this distribution. The full text of the license may be found at
64 # "64-bit like" 16-bit code. Be aware that once RDI is referenced as a
SmiEntry.asm 5 ; which accompanies this distribution. The full text of the license may be found at
69 ; "64-bit like" 16-bit code. Be aware that once RDI is referenced as a
  /external/libyuv/files/tools_libyuv/autoroller/
roll_deps.py 5 # that can be found in the LICENSE file in the root of the source
6 # tree. An additional intellectual property rights grant can be found
8 # be found in the AUTHORS file in the root of the source tree.
141 # The assumption is that the first char will always be the '*'.
227 this means it may be ahead of the chromium_revision, but generally these
228 should be close).
230 unless it's configured to be skipped.
292 # TBR field will be empty unless in some custom cases, where some engineers
420 'If omitted a previously cached one will be used or an '
421 'error will be thrown during upload.')
    [all...]
  /external/python/cpython2/Lib/
Cookie.py 11 # Timothy O'Malley not be used in advertising or publicity
17 # AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
131 The SimpleCookie expects that all values should be standard strings.
132 Just to be sure, SimpleCookie invokes the str() builtin to convert
148 The SerialCookie expects that all values should be serialized using
165 Be warned, however, if SerialCookie cannot de-serialize a value (because
315 # If the string does not need to be double-quoted,
332 # then there can't be any special characters. See RFC 2109.
377 # The offset may be a floating point number.
525 # This used to be strict parsing based on the RFC2109 and RFC206
    [all...]
  /external/tensorflow/tensorflow/python/tools/api/generator/
create_python_api.py 127 # The same symbol can be available in multiple modules.
161 value: (string) text that should be in __init__.py files for
178 # imports consistently. Be sure to have a root __init__.py file listed in
235 api_name: API name. Currently, must be either `tensorflow` or `estimator`.
274 output_package: Base output python package where generated API will be
284 value: (string) text that should be in __init__.py files for
399 "# API IMPORTS PLACEHOLDER" comment in the template file will be replaced
402 output_package: Base output package where generated API will be added.
464 """Missing outputs for genrule:\n%s. Be sure to add these targets to
488 '"#API IMPORTS PLACEHOLDER" comment will be replaced with imports.'
    [all...]
  /external/toolchain-utils/android_bench_suite/
run.py 4 # Use of this source code is governed by a BSD-style license that can be
36 # Only one of compiler directory and llvm prebuilts version can be indicated
76 'Be sure to quote all the cflags with quotation '
145 'results from last run. This can be useful if you '
160 logging.info('No logfile %s need to be removed. Ignored.', f)
172 logging.info('no %s json file need to be removed. Ignored.', bench)
220 # number of -c/-l, -f, and -os should be either all 0s or all the same.
222 # Count will be set to 0 if no compiler or llvm_version specified.
223 # Otherwise, one of these two args length should be 0 and count will be
    [all...]
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 5 # that can be found in the LICENSE file in the root of the source
6 # tree. An additional intellectual property rights grant can be found
8 # be found in the AUTHORS file in the root of the source tree.
129 # The assumption is that the first char will always be the '*'.
263 # TBR field will be empty unless in some custom cases, where some engineers
379 'If omitted a previously cached one will be used or an '
380 'error will be thrown during upload.'))
387 'may be useful to be able do to manually).'))
393 help='Be extra verbose in printing of log messages.'
    [all...]
  /external/golang-protobuf/proto/
message_set.go 17 // contributors may be used to endorse or promote products derived from
24 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
72 // that may be stored in a MessageSet.
164 // Be careful to preserve duplicate items.
  /external/iputils/doc/
docbook2man-spec.pl 32 Add new element handling and fix existing handling. Be robust.
36 that's okay. The code should still be reasonably organized.
224 # This will be overwritten at end of REFMETA, when we know the name of the page.
263 .\\" from a DocBook document. This tool can be found at:
294 # not be used when citing it.
394 ## FIXME! Must be made into block elements!!
664 # There doesn't seem to be a good way to represent LITERAL in -man
678 # the indentation will be gone.
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 100 * simple node or nil root with a single child node--it must be a root
103 * Be advised that it's ok for newRoot to point at oldRoot's
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
message_set.go 17 // contributors may be used to endorse or promote products derived from
24 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
78 // that may be stored in a MessageSet.
207 // Be careful to preserve duplicate items.
299 // A global registry of types that can be used in a MessageSet.
  /external/libvpx/libvpx/vpx_dsp/x86/
intrapred_ssse3.asm 5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
166 ; (x+2y+z+2)>>2 can be calculated as:
412 ; Ae Be Ad Bd Ac Bc Ab Bb Aa Ba A9 B9 A8 B8 A7 B7
413 ; Af Bf Ae Be Ad Bd Ac Bc Ab Bb Aa Ba A9 B9 A8 B8
414 ; Ag Bg Af Bf Ae Be Ad Bd Ac Bc Ab Bb Aa Ba A9 B9
  /external/flatbuffers/go/
builder.go 94 // logically-equal vtables will be deduplicated.
104 // <SOffsetT: offset to this object's vtable (may be negative)>
246 // If all you need to do is align, `additionalBytes` will be 0.
266 // PrependSOffsetT prepends an SOffsetT, relative to where it will be written.
276 // PrependUOffsetT prepends an UOffsetT, relative to where it will be written.
363 panic("Incorrect creation order: must be inside object.")
377 panic("Incorrect creation order: object must not be nested.")
383 // which hasn't been finished yet. Be sure to call builder.Finish()
393 // If value `x` equals default `d`, then the slot will be set to zero and no
394 // other data will be written
    [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 17 ; warranty. In no event will the authors be held liable for any damages
24 ; 1. The origin of this software must not be misrepresented; you must not
26 ; in a product, an acknowledgment in the product documentation would be
28 ; 2. Altered source versions must be plainly marked as such, and must not be
30 ; 3. This notice may not be removed or altered from any source distribution.
43 ; Be carrefull to adapt zlib1222add below to your version of zLib
68 ; register can be saved : rsp
198 ; All registers must be preserved across the call, except for
203 ;;; Save registers that the compiler may be using, and adjust esp to
    [all...]
  /external/ImageMagick/www/assets/
magick.js     [all...]

Completed in 1433 milliseconds

1 2