HomeSort by relevance Sort by last modified time
    Searched defs:from (Results 251 - 275 of 2346) sorted by null

<<11121314151617181920>>

  /external/iproute2/ip/
iprule.c 47 "SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n"
211 fprintf(fp, "from %s/%u ",
215 fprintf(fp, "from %s ",
219 fprintf(fp, "from 0/%d ", r->rtm_src_len);
221 fprintf(fp, "from all ");
303 __u32 from = to>>16; local
306 if (from) {
308 rtnl_rtrealm_n2a(from, b1, sizeof(b1)));
501 } else if (matches(*argv, "from") == 0 ||
534 fprintf(stderr, "Can't restore rule dump from a terminal\n")
    [all...]
  /external/iptables/extensions/
libxt_owner.c 226 static void owner_parse_range(const char *s, unsigned int *from,
232 if (!xtables_strtoui(s, &end, from, 0, UINT32_MAX - 1))
234 *to = *from;
247 unsigned int from, to; local
253 from = to = pwd->pw_uid;
255 owner_parse_range(cb->arg, &from, &to, "--uid-owner");
259 info->uid_min = from;
264 from = to = grp->gr_gid;
266 owner_parse_range(cb->arg, &from, &to, "--gid-owner");
270 info->gid_min = from;
    [all...]
  /external/iputils/
tftpd.c 18 * may be used to endorse or promote products derived from this software
41 /*static char sccsid[] = "from: @(#)tftpd.c 5.13 (Berkeley) 2/26/91";*/
90 } from; variable in typeref:union:__anon22467
127 fromlen = sizeof (from);
129 (struct sockaddr *)&from, &fromlen);
166 * a single request from a single client.
168 j = sizeof from;
170 (struct sockaddr *)&from, &j);
189 peer = socket(from.sa.sa_family, SOCK_DGRAM, 0);
194 if (connect(peer, (struct sockaddr *)&from, sizeof(from)) < 0)
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
TryWithResourcesEcjFilterTest.java 315 assertEquals(2, from.size());
317 assertEquals(range0.fromInclusive, from.get(0));
320 assertEquals(range1.fromInclusive, from.get(1));
603 assertEquals(2, from.size());
605 assertEquals(range0.fromInclusive, from.get(0));
608 assertEquals(range1.fromInclusive, from.get(1));
617 private final List<AbstractInsnNode> from = new ArrayList<AbstractInsnNode>(); field in class:TryWithResourcesEcjFilterTest
620 public void ignore(AbstractInsnNode from, AbstractInsnNode to) {
621 this.from.add(from);
    [all...]
TryWithResourcesJavacFilterTest.java 224 assertEquals(4, from.size());
226 assertEquals(range0.fromInclusive, from.get(0));
229 assertEquals(range1.fromInclusive, from.get(1));
232 assertEquals(range2.fromInclusive, from.get(2));
235 assertEquals(range3.fromInclusive, from.get(3));
553 assertEquals(4, from.size());
555 assertEquals(range0.fromInclusive, from.get(0));
558 assertEquals(range1.fromInclusive, from.get(1));
561 assertEquals(range2.fromInclusive, from.get(2));
564 assertEquals(range3.fromInclusive, from.get(3))
807 private final List<AbstractInsnNode> from = new ArrayList<AbstractInsnNode>(); field in class:TryWithResourcesJavacFilterTest
    [all...]
  /external/libcxx/utils/google-benchmark/test/
benchmark_test.cc 159 int from = thread_size * state.thread_index; local
160 int to = from + thread_size;
167 for (int i = from; i < to; i++) {
  /external/libffi/src/powerpc/
ffi_linux64.c 27 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
297 /* This call is from old code. Don't touch cif->nfixedargs
319 /* This call is from old code. Don't touch cif->nfixedargs
340 | Ret addr from ffi_call_LINUX64 8bytes | higher addresses
698 /* Copy function address and TOC from ffi_closure_LINUX64. */
749 /* Grab the addresses of the arguments from the stack frame. */
808 } to, from; local
810 /* Repackage the aggregate from its parts. The
820 from.ul = pst;
831 *to.f = *from.f
    [all...]
  /external/libnetfilter_conntrack/src/conntrack/
bsf.c 74 static void show_filter(struct sock_filter *this, int from, int to, char *str)
80 for(i=from; i<to; i++) {
102 show_filter(struct sock_filter *this, int from, int to, char *str) {}
291 /* this helps to skip messages coming from the ctnetlink expectation subsys. */
708 j += nfct_bsf_find_attr(this, CTA_MARK, j); /* A = CTA_MARK offset, started from A */
743 unsigned int j = 0, from = 0; local
749 show_filter(bsf, from, j, "--- check subsys ---");
750 from = j;
752 show_filter(bsf, from, j, "---- check proto ----");
753 from = j
    [all...]
  /external/libpcap/
pcap-new.c 17 * products derived from this software without specific prior written
77 int dag_fcs_bits; /* Number of checksum bits from link layer */
90 uint32 totread = 0; /* number of bytes of the payload read from the socket */
104 char tmpstring[PCAP_BUF_SIZE + 1]; /* Needed to convert names and descriptions from 'old' syntax to the 'new' one */
134 /* The user wants to retrieve adapters from a local host */
442 char tmpstring2[PCAP_BUF_SIZE + 1]; /* Needed to convert names and descriptions from 'old' syntax to the 'new' one */
447 /* receive the findalldevs structure from remote host */
1006 struct sockaddr_storage from; /* generic sockaddr_storage variable */ local
1053 sockctrl = accept(sockmain, (struct sockaddr *) &from, &fromlen);
1067 if (getnameinfo((struct sockaddr *) &from, fromlen, connectinghost, RPCAP_HOSTLIST_SIZE, NULL, 0, NI_NUMERICHOST)
    [all...]
  /external/libvncserver/common/
d3des.c 134 register unsigned long *from, *endp; local
136 from = KnL, endp = &KnL[32];
137 while( from < endp ) *into++ = *from++;
141 void rfbUseKey(register unsigned long *from)
146 while( to < endp ) *to++ = *from++;
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_align.c 325 * known fixed offset, and variable offset from R6.
328 /* At the time the word size load is performed from R5,
344 /* At the time the word size load is performed from R5,
367 /* At the time the word size load is performed from R5,
393 /* Make a (4n) offset from the value we just read */
419 /* At the time the word size load is performed from R5,
435 /* At the time the word size load is performed from R5,
489 * it from the first one
518 /* Subtracting it from R6 blows our unsigned bounds */
522 /* At the time the word size load is performed from R5
688 unsigned int from = 0, to = ARRAY_SIZE(tests); local
    [all...]
  /external/ltp/testcases/kernel/syscalls/recvfrom/
recvfrom01.c 63 struct sockaddr_in sin1, from; variable in typeref:struct:
84 struct sockaddr *from; /* from address */ member in struct:test_case_t
85 socklen_t *salen; /* from address value/result buffer length */
95 (struct sockaddr *)&from, &fromlen,
99 0, 0, 0, buf, sizeof(buf), 0, (struct sockaddr *)&from,
109 (struct sockaddr *)&from, &fromlen,
114 (struct sockaddr *)&from, &fromlen,
119 (struct sockaddr *)&from, &fromlen,
124 (struct sockaddr *)&from, &fromlen
    [all...]
  /external/mesa3d/src/mesa/math/
m_debug_clip.c 21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
75 const GLfloat *from = (GLfloat *)clip_vec->start; local
81 for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) {
82 const GLfloat cx = from[0];
83 const GLfloat cy = from[1];
84 const GLfloat cz = from[2];
85 const GLfloat cw = from[3];
133 const GLfloat *from = (GLfloat *)clip_vec->start; local
138 for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) {
139 const GLfloat cx = from[0], cy = from[1], cz = from[2]
168 const GLfloat *from = (GLfloat *)clip_vec->start; local
    [all...]
m_xform_tmp.h 22 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
50 * them from the vertex array interface.
79 GLfloat *from = from_vec->start; local
88 const GLfloat ox = from[0];
105 GLfloat *from = from_vec->start; local
112 to[i][0] = from[0];
125 GLfloat *from = from_vec->start; local
132 const GLfloat ox = from[0];
147 GLfloat *from = from_vec->start; local
153 const GLfloat ox = from[0]
168 GLfloat *from = from_vec->start; local
192 GLfloat *from = from_vec->start; local
215 GLfloat *from = from_vec->start; local
245 GLfloat *from = from_vec->start; local
271 GLfloat *from = from_vec->start; local
292 GLfloat *from = from_vec->start; local
314 GLfloat *from = from_vec->start; local
335 GLfloat *from = from_vec->start; local
362 GLfloat *from = from_vec->start; local
391 GLfloat *from = from_vec->start; local
416 GLfloat *from = from_vec->start; local
442 GLfloat *from = from_vec->start; local
464 GLfloat *from = from_vec->start; local
487 GLfloat *from = from_vec->start; local
509 GLfloat *from = from_vec->start; local
535 GLfloat *from = from_vec->start; local
558 GLfloat *from = from_vec->start; local
584 GLfloat *from = from_vec->start; local
610 GLfloat *from = from_vec->start; local
633 GLfloat *from = from_vec->start; local
657 GLfloat *from = from_vec->start; local
680 GLfloat *from = from_vec->start; local
705 GLfloat *from = from_vec->start; local
729 GLfloat *from = from_vec->start; local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
QuicktimeTextTrackImpl.java 68 long silentTime = sub.from - lastEnd;
97 long silentTime = sub.from - lastEnd;
103 stts.add(new TimeToSampleBox.Entry(1, sub.to - sub.from));
131 long from; field in class:QuicktimeTextTrackImpl.Line
136 public Line(long from, long to, String text) {
137 this.from = from;
143 return from;
TextTrackImpl.java 71 long silentTime = sub.from - lastEnd;
100 long silentTime = sub.from - lastEnd;
106 stts.add(new TimeToSampleBox.Entry(1, sub.to - sub.from));
134 long from; field in class:TextTrackImpl.Line
139 public Line(long from, long to, String text) {
140 this.from = from;
146 return from;
  /external/pdfium/third_party/lcms/src/
cmserr.c 21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
319 void* from; local
322 from = src ->chunks[Logger];
325 from = &LogErrorChunk;
328 ctx ->chunks[Logger] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsLogErrorChunkType));
440 void* from; local
443 from = src ->chunks[MutexPlugin];
446 from = &MutexChunk;
449 ctx ->chunks[MutexPlugin] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsMutexPluginChunkType));
  /external/perf_data_converter/src/quipper/
perf_parser.h 93 DSOAndOffset from; member in struct:quipper::ParsedEvent::BranchEntry
97 return predicted == other.predicted && from == other.from &&
147 // If buildids are missing from the input data, they can be retrieved from
172 // Gets parsed event/sample info from raw event data. Stores pointers to the
184 // Use with caution. Deserialization uses this to restore stats from proto.
242 // |ppid| from which to copy mappings.
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 16 // contributors may be used to endorse or promote products derived from
167 // Create a new Message detached from the rest.
251 // Delete from the underlying Message, if any.
260 Py_ssize_t from; local
271 length, &from, &to, &step, &slicelength) == -1) {
274 return PySequence_DelSlice(self->child_messages, from, to);
276 from = to = PyLong_AsLong(slice);
277 if (from < 0) {
278 from = to = length + from;
    [all...]
  /external/protobuf/src/google/protobuf/
lite_unittest.cc 16 // contributors may be used to endorse or promote products derived from
406 // Copying from self should be a no-op.
554 protobuf_unittest::TestEnumMapPlusExtraLite from; local
555 (*from.mutable_known_map_field())[0] =
557 (*from.mutable_unknown_map_field())[0] =
560 from.SerializeToString(&data);
571 from.Clear();
573 EXPECT_TRUE(from.ParseFromString(data));
574 EXPECT_EQ(1, from.known_map_field().size());
576 from.known_map_field().at(0))
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_linux64.c 27 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
297 /* This call is from old code. Don't touch cif->nfixedargs
319 /* This call is from old code. Don't touch cif->nfixedargs
340 | Ret addr from ffi_call_LINUX64 8bytes | higher addresses
698 /* Copy function address and TOC from ffi_closure_LINUX64. */
749 /* Grab the addresses of the arguments from the stack frame. */
808 } to, from; local
810 /* Repackage the aggregate from its parts. The
820 from.ul = pst;
831 *to.f = *from.f
    [all...]
  /external/python/cpython2/Modules/zlib/
inflate.c 18 * - Change inffast.c entry and loop from avail_in >= 7 to >= 6
19 * - Remove unnecessary second byte pull from length extra in inffast.c
43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
65 * - Changed loops from while (1) or do {} while (1) to for (;;), again to
153 /* extract wrap request from windowBits parameter */
253 fixed code decoding. Normally this returns fixed tables from inffixed.h.
375 upon return from inflate(), and since all distances after the first 32K of
469 /* Restore state from registers in inflate() */
487 /* Get a byte of input into the bit accumulator, or return from inflate()
498 not enough available input to do that, then return from inflate(). *
617 unsigned char FAR *from; \/* where to copy match bytes from *\/ local
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
ffi_linux64.c 27 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
297 /* This call is from old code. Don't touch cif->nfixedargs
319 /* This call is from old code. Don't touch cif->nfixedargs
340 | Ret addr from ffi_call_LINUX64 8bytes | higher addresses
698 /* Copy function address and TOC from ffi_closure_LINUX64. */
749 /* Grab the addresses of the arguments from the stack frame. */
808 } to, from; local
810 /* Repackage the aggregate from its parts. The
820 from.ul = pst;
831 *to.f = *from.f
    [all...]
  /external/python/cpython3/Modules/zlib/
inflate.c 18 * - Change inffast.c entry and loop from avail_in >= 7 to >= 6
19 * - Remove unnecessary second byte pull from length extra in inffast.c
43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
65 * - Changed loops from while (1) or do {} while (1) to for (;;), again to
168 /* extract wrap request from windowBits parameter */
270 fixed code decoding. Normally this returns fixed tables from inffixed.h.
392 upon return from inflate(), and since all distances after the first 32K of
486 /* Restore state from registers in inflate() */
504 /* Get a byte of input into the bit accumulator, or return from inflate()
515 not enough available input to do that, then return from inflate(). *
634 unsigned char FAR *from; \/* where to copy match bytes from *\/ local
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSimpleCursorAdapter.java 35 * An easy adapter to map columns from a cursor to TextViews or ImageViews
64 * This field should be made private, so it is hidden from the SDK.
70 * This field should be made private, so it is hidden from the SDK.
89 * @param from A list of column names representing the data to bind to the UI. Can be null
91 * @param to The views that should display column in the "from" parameter.
93 * are given the values of the first N columns in the from
96 public void __constructor__(Context context, int layout, Cursor c, String[] from, int[] to) {
99 mOriginalFrom = from;
100 findColumns(from);
106 * "from" parameter
131 final int[] from = mFrom; local
    [all...]

Completed in 565 milliseconds

<<11121314151617181920>>