Searched defs:ni (Results 1 - 25 of 51) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dflatten.c5 __attribute__((noinline)) void ni(void) {} function
12 // CHECK: call {{.*}} @ni
13 ni();
/external/tcpdump/
H A Dprint-ripng.c50 rip6_entry_print(register const struct netinfo6 *ni, int metric) argument
53 l = printf("%s/%d", ip6addr_string(&ni->rip6_dest), ni->rip6_plen);
54 if (ni->rip6_tag)
55 l += printf(" [%d]", EXTRACT_16BITS(&ni->rip6_tag));
57 l += printf(" (%d)", ni->rip6_metric);
65 register const struct netinfo6 *ni; local
82 j = length / sizeof(*ni);
89 if (j * sizeof(*ni) != length - 4)
93 trunc = ((i / sizeof(*ni)) * sizeo
[all...]
H A Dprint-rip.c99 rip_entry_print_v1(register const struct rip_netinfo *ni) argument
104 family = EXTRACT_16BITS(&ni->rip_family);
107 print_unknown_data((u_int8_t *)&ni->rip_family,"\n\t ",RIP_ROUTELEN);
110 if (EXTRACT_16BITS(&ni->rip_tag) ||
111 EXTRACT_32BITS(&ni->rip_dest_mask) ||
112 EXTRACT_32BITS(&ni->rip_router)) {
114 print_unknown_data((u_int8_t *)&ni->rip_family,"\n\t ",RIP_ROUTELEN);
119 ipaddr_string(&ni->rip_dest),
120 EXTRACT_32BITS(&ni->rip_metric));
124 ipaddr_string(&ni
129 rip_entry_print_v2(register const struct rip_netinfo *ni, const unsigned remaining) argument
181 register const struct rip_netinfo *ni; local
[all...]
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_802_3.h28 /* ui has one byte ctrl, ni has two */
51 struct hdr_ni ni; member in union:ebt_802_3_hdr::__anon23246
/external/javassist/src/main/javassist/expr/
H A DNewExpr.java223 ProceedForNew(CtClass nt, int ni, int mi) { argument
225 newIndex = ni;
/external/chromium_org/third_party/icu/source/common/
H A Drbbisetb.cpp154 int ni; local
155 for (ni=0; ; ni++) { // Loop over each of the UnicodeSets encountered in the input rules
156 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
265 for (ni=0; ; ni++) { // Loop over each of the UnicodeSets encountered in the input rules
266 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
H A Dnormalizer2.cpp125 Normalizer2WithImpl(const Normalizer2Impl &ni) : impl(ni) {} argument
284 DecomposeNormalizer2(const Normalizer2Impl &ni) : Normalizer2WithImpl(ni) {} argument
317 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) : argument
318 Normalizer2WithImpl(ni), onlyContiguous(fcc) {}
391 FCDNormalizer2(const Normalizer2Impl &ni) : Normalizer2WithImpl(ni) {} argument
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.c124 DFA_new(Ins *ins, unsigned int ni, unsigned int lb, unsigned int ub, Char *rep) argument
127 Ins **work = malloc(sizeof(Ins*)*(ni+1));
/external/f2fs-tools/fsck/
H A Ddump.c141 struct node_info ni; local
165 get_node_info(sbi, nid, &ni);
168 dev_read_block(node_blk, ni.blk_addr);
226 void dump_file(struct f2fs_sb_info *sbi, struct node_info *ni, argument
259 dump_inode_blk(sbi, ni->ino, node_blk);
271 struct node_info ni; local
274 get_node_info(sbi, nid, &ni);
277 dev_read_block(node_blk, ni.blk_addr);
280 DBG(1, "nat_entry.block_addr [0x%x]\n", ni.blk_addr);
281 DBG(1, "nat_entry.version [0x%x]\n", ni
306 struct node_info ni; local
[all...]
H A Dfsck.c178 struct node_info *ni)
188 get_node_info(sbi, nid, ni);
189 if (ni->blk_addr == NEW_ADDR) {
194 if (!IS_VALID_BLK_ADDR(sbi, ni->blk_addr)) {
195 ASSERT_MSG("blkaddres is not valid. [0x%x]", ni->blk_addr);
199 if (is_valid_ssa_node_blk(sbi, nid, ni->blk_addr)) {
204 ret = dev_read_block(node_blk, ni->blk_addr);
224 nid, ni->blk_addr,
242 if (f2fs_test_main_bitmap(sbi, ni->blk_addr) != 0) {
244 nid, ni
175 sanity_check_nid(struct f2fs_sb_info *sbi, u32 nid, struct f2fs_node *node_blk, enum FILE_TYPE ftype, enum NODE_TYPE ntype, struct node_info *ni) argument
272 struct node_info ni; local
300 struct node_info ni; local
339 fsck_chk_inode_blk(struct f2fs_sb_info *sbi, u32 nid, enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, struct node_info *ni) argument
518 fsck_chk_dnode_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, u32 nid, enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, struct node_info *ni) argument
[all...]
/external/icu/icu4c/source/common/
H A Drbbisetb.cpp154 int ni; local
155 for (ni=0; ; ni++) { // Loop over each of the UnicodeSets encountered in the input rules
156 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
265 for (ni=0; ; ni++) { // Loop over each of the UnicodeSets encountered in the input rules
266 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
H A Dnormalizer2.cpp125 Normalizer2WithImpl(const Normalizer2Impl &ni) : impl(ni) {} argument
284 DecomposeNormalizer2(const Normalizer2Impl &ni) : Normalizer2WithImpl(ni) {} argument
317 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) : argument
318 Normalizer2WithImpl(ni), onlyContiguous(fcc) {}
391 FCDNormalizer2(const Normalizer2Impl &ni) : Normalizer2WithImpl(ni) {} argument
/external/openfst/src/test/
H A Dfst_test.h132 size_t ni = fst->NumInputEpsilons(s); local
142 CHECK_EQ(fst->NumInputEpsilons(s), ni + 1);
145 CHECK_EQ(fst->NumInputEpsilons(s), ni);
/external/clang/test/SemaCXX/
H A Dexplicit.cpp202 NotInt ni; local
205 new int[ni]; // expected-error {{array size expression of type 'NotInt' requires explicit conversion to type 'int'}}
/external/openfst/src/include/fst/
H A Dreplace-util.h333 size_t ni = in->second; local
334 stats_[i].nstates += stats_[j].nstates * ni;
335 stats_[i].narcs += (stats_[j].narcs + 1) * ni; // narcs - 1 + 2 (eps)
336 stats_[i].nnonterms += (stats_[j].nnonterms - 1) * ni;
343 stats_[i].outref[k] += ni * nk;
358 size_t ni = in->second; local
359 stats_[k].inref[i] += ni * nk;
360 stats_[k].nref += ni * nk;
/external/valgrind/main/VEX/priv/
H A Dguest_generic_x87.c892 UInt ni, hi; local
900 for (ni = 0; ni < 16; ni++) {
901 if ((validR & (1 << ni)) == 0) break;
902 UInt i = ni + hi;
904 if (argL[i] != argR[ni]) { m = 0; break; }
1143 UInt ni, hi; local
1151 for (ni = 0; ni <
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java115 * @param ni Iterator which yields Nodes to be made members of the new set.
117 public NodeSet(NodeIterator ni) argument
122 addNodes(ni);
H A DNodeSetDTM.java122 * @param ni Iterator which yields Nodes to be made members of the new set.
124 public NodeSetDTM(DTMIterator ni) argument
129 m_manager = ni.getDTMManager();
130 m_root = ni.getRoot();
131 addNodes(ni);
/external/chromium_org/third_party/skia/tests/
H A DMathTest.cpp210 static bool equal_float_native_skia(float x, uint32_t ni, uint32_t si) { argument
221 return si == ni;
225 float x, uint32_t ni, uint32_t si) {
226 if (!equal_float_native_skia(x, ni, si)) {
228 op, x, SkFloat2Bits(x), ni, si);
224 assert_float_equal(skiatest::Reporter* reporter, const char op[], float x, uint32_t ni, uint32_t si) argument
/external/skia/tests/
H A DMathTest.cpp210 static bool equal_float_native_skia(float x, uint32_t ni, uint32_t si) { argument
221 return si == ni;
225 float x, uint32_t ni, uint32_t si) {
226 if (!equal_float_native_skia(x, ni, si)) {
228 op, x, SkFloat2Bits(x), ni, si);
224 assert_float_equal(skiatest::Reporter* reporter, const char op[], float x, uint32_t ni, uint32_t si) argument
/external/valgrind/main/none/tests/amd64/
H A Dpcmpstr64w.c305 UInt ni, hi; local
313 for (ni = 0; ni < 8; ni++) {
314 if ((validR & (1 << ni)) == 0) break;
315 UInt i = ni + hi;
317 if (argL[i] != argR[ni]) { m = 0; break; }
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dikev2.c420 const u8 *ni, size_t ni_len)
422 if (ni == NULL) {
434 os_memcpy(data->i_nonce, ni, ni_len);
419 ikev2_process_ni(struct ikev2_responder_data *data, const u8 *ni, size_t ni_len) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Dikev2.c420 const u8 *ni, size_t ni_len)
422 if (ni == NULL) {
434 os_memcpy(data->i_nonce, ni, ni_len);
419 ikev2_process_ni(struct ikev2_responder_data *data, const u8 *ni, size_t ni_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.c420 const u8 *ni, size_t ni_len)
422 if (ni == NULL) {
434 os_memcpy(data->i_nonce, ni, ni_len);
419 ikev2_process_ni(struct ikev2_responder_data *data, const u8 *ni, size_t ni_len) argument
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c3243 FT_UInt di, ni, k; local
3269 ni = 1;
3293 ++ni;
3294 if ( ni > numMappings )
3302 if ( ni <= numMappings )
3308 while ( ni < numMappings )
3312 ++ni;

Completed in 4836 milliseconds

123