HomeSort by relevance Sort by last modified time
    Searched refs:FROM (Results 201 - 225 of 418) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/js/
harmony-simd.js 269 macro DECLARE_FROM_FUNCTIONS(TO, FROM)
322 macro DECLARE_FROM_BITS_FUNCTIONS(TO, FROM)
  /external/boringssl/src/util/
run_android_tests.go 11 // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  /external/curl/packages/vms/
build_gnv_curl_pcsi_desc.com 26 $! all destination files with the same name come from the same source file.
44 $! WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
generate_config_vms_h_curl.com 30 $! WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
285 $! NTLM needs long long or int64 support, missing from DECC C.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
vec.h 82 specific size from the get go.
85 remove from the end of the vector. If you need to remove several
386 completely inherited from va_gc. */
432 the vector from stack_vecs, if it is there, since we no longer need
783 /* Copy the elements from SRC to the end of DST as if by memcpy.
913 /* Copy the elements from SRC to the end of this vector as if by memcpy.
991 /* Remove an element from the IXth position of this vector. Ordering of
1005 /* Remove an element from the IXth position of this vector. Ordering of
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
gsubr.go 1 // Derived from Inferno utils/6c/txt.c
27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
64 q.From.Type = ftype
65 q.From.Reg = freg
66 q.From.Offset = foffset
102 p.From.Type = obj.TYPE_MEM
103 p.From.Name = obj.NAME_EXTERN
104 p.From.Sym = Linksym(s)
299 // Gins inserts instruction as. f is from, t is to.
309 Naddr(&p.From, f
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
a.out.go 1 // cmd/7c/7.out.h from Vita Nuova.
27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
171 // you should subtract obj.RBaseARM64 first. From this difference, bit 11
214 REGMIN = REG_R7 // register variables allocated from here to REGMAX
227 // depending on the instruction. To differentiate RSP from ZR,
320 C_ADDR // TODO(aram): explain difference from C_VCONADDR
325 // TLS "var" in local exec mode: will become a constant offset from
331 // offset from the thread local base.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
a.out.go 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
815 // from 386
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
main.go 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  /prebuilts/go/darwin-x86/src/cmd/link/internal/mips64/
asm.go 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
161 // thread pointer is at 0x7000 offset from the start of TLS data area
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
gsubr.go 1 // Derived from Inferno utils/6c/txt.c
27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
64 q.From.Type = ftype
65 q.From.Reg = freg
66 q.From.Offset = foffset
102 p.From.Type = obj.TYPE_MEM
103 p.From.Name = obj.NAME_EXTERN
104 p.From.Sym = Linksym(s)
299 // Gins inserts instruction as. f is from, t is to.
309 Naddr(&p.From, f
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
a.out.go 1 // cmd/7c/7.out.h from Vita Nuova.
27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
171 // you should subtract obj.RBaseARM64 first. From this difference, bit 11
214 REGMIN = REG_R7 // register variables allocated from here to REGMAX
227 // depending on the instruction. To differentiate RSP from ZR,
320 C_ADDR // TODO(aram): explain difference from C_VCONADDR
325 // TLS "var" in local exec mode: will become a constant offset from
331 // offset from the thread local base.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
a.out.go 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
815 // from 386
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
main.go 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  /prebuilts/go/linux-x86/src/cmd/link/internal/mips64/
asm.go 27 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
161 // thread pointer is at 0x7000 offset from the start of TLS data area
  /external/sqlite/dist/orig/
shell.c 118 ** sometimes omitted from the <stdio.h> header */
375 ** output from UTF-8 into MBCS.
469 ** This routine reads a line of text from FILE in, stores
470 ** the text in memory obtained from malloc() and returns a pointer
474 ** If zLine is not NULL then it is a malloced buffer returned from
528 ** If in==0 then read from standard input and prompt before each line.
532 ** If zPrior is not NULL then it is a buffer from a prior call to this
535 ** The result is stored in space obtained from malloc() and must either
580 ** from malloc(), or a NULL pointer. The string pointed to by zAppend is
581 ** added to zIn, and the result returned in memory obtained from malloc()
    [all...]
  /external/sqlite/dist/
shell.c 124 ** sometimes omitted from the <stdio.h> header */
381 ** output from UTF-8 into MBCS.
475 ** This routine reads a line of text from FILE in, stores
476 ** the text in memory obtained from malloc() and returns a pointer
480 ** If zLine is not NULL then it is a malloced buffer returned from
534 ** If in==0 then read from standard input and prompt before each line.
538 ** If zPrior is not NULL then it is a buffer from a prior call to this
541 ** The result is stored in space obtained from malloc() and must either
586 ** from malloc(), or a NULL pointer. The string pointed to by zAppend is
587 ** added to zIn, and the result returned in memory obtained from malloc()
    [all...]
  /external/boringssl/src/ssl/test/runner/
hkdf_test.go 11 // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
a.out.go 1 // cmd/9c/9.out.h from Vita Nuova.
26 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
245 REGMIN = REG_R7 /* register variables allocated from here to REGMAX */
249 REGEXT = REG_R30 /* external registers allocated from here down */
323 // Bit settings from the CR
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
a.out.go 26 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
174 const ( // comments from func aclass in asmz.go
306 // convert from int32/int64 to float/float64
312 // convert from float/float64 to int32/int64
318 // convert from uint32/uint64 to float/float64
324 // convert from float/float64 to uint32/uint64
  /prebuilts/go/darwin-x86/src/net/smtp/
smtp.go 46 helloError error // the error from the hello
239 func (c *Client) Mail(from string) error {
243 cmdStr := "MAIL FROM:<%s>"
249 _, _, err := c.cmd(250, cmdStr, from)
288 // and then sends an email from address from, to addresses to, with
297 // fields such as "From", "To", "Subject", and "Cc". Sending "Bcc"
306 func SendMail(addr string, a Auth, from string, to []string, msg []byte) error {
331 if err = c.Mail(from); err != nil {
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
a.out.go 1 // cmd/9c/9.out.h from Vita Nuova.
26 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
245 REGMIN = REG_R7 /* register variables allocated from here to REGMAX */
249 REGEXT = REG_R30 /* external registers allocated from here down */
323 // Bit settings from the CR
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
a.out.go 26 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
174 const ( // comments from func aclass in asmz.go
306 // convert from int32/int64 to float/float64
312 // convert from float/float64 to int32/int64
318 // convert from uint32/uint64 to float/float64
324 // convert from float/float64 to uint32/uint64
  /prebuilts/go/linux-x86/src/net/smtp/
smtp.go 46 helloError error // the error from the hello
239 func (c *Client) Mail(from string) error {
243 cmdStr := "MAIL FROM:<%s>"
249 _, _, err := c.cmd(250, cmdStr, from)
288 // and then sends an email from address from, to addresses to, with
297 // fields such as "From", "To", "Subject", and "Cc". Sending "Bcc"
306 func SendMail(addr string, a Auth, from string, to []string, msg []byte) error {
331 if err = c.Mail(from); err != nil {
  /prebuilts/misc/common/swig/include/2.0.11/modula3/
modula3.swg 362 These are the PInvoke code generating typemaps for converting from C# to C and visa versa. */
587 /* The in typemap is used for converting function parameter types from the type
610 /* The m3out typemap is used for converting function return types from the return type
    [all...]

Completed in 358 milliseconds

1 2 3 4 5 6 7 891011>>