Searched defs:last (Results 226 - 250 of 895) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_methods.c315 struct eap_method *m, *last = NULL; local
326 last = m;
329 if (last)
330 last->next = method;
/external/wpa_supplicant_8/src/crypto/
H A Daes-ccm.c66 size_t last = len % AES_BLOCK_SIZE; local
75 if (last) {
76 /* XOR zero-padded last block */
77 for (i = 0; i < last; i++)
95 size_t last = len % AES_BLOCK_SIZE; local
107 if (last) {
110 /* XOR zero-padded last block */
111 for (i = 0; i < last; i++)
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_methods.c315 struct eap_method *m, *last = NULL; local
326 last = m;
329 if (last)
330 last->next = method;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-ccm.c66 size_t last = len % AES_BLOCK_SIZE; local
75 if (last) {
76 /* XOR zero-padded last block */
77 for (i = 0; i < last; i++)
95 size_t last = len % AES_BLOCK_SIZE; local
107 if (last) {
110 /* XOR zero-padded last block */
111 for (i = 0; i < last; i++)
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_methods.c315 struct eap_method *m, *last = NULL; local
326 last = m;
329 if (last)
330 last->next = method;
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c82 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */ member in struct:inffast_ar
111 ar.last = ar.in + (strm->avail_in - PAD_AVAIL_IN);
142 " movq 24(%%rsp), %%r9\n" /* r9 = last */
489 " cmpl %%esi, 12(%%esp)\n" /* in < last */
1147 strm->avail_in = (unsigned)(ar.in < ar.last ?
1148 PAD_AVAIL_IN + (ar.last - ar.in) :
1149 PAD_AVAIL_IN - (ar.in - ar.last));
/external/zlib/src/examples/
H A Dgzjoin.c272 /* Copy the compressed data from name, zeroing the last block bit of the last
274 boundary. If clr is false, then the last block becomes the last block of
283 int pos; /* where the "last block" bit is in byte */
284 int last; /* true if processing the last block */ local
309 /* inflate and copy compressed data, clear last-block bit if requested */
313 last = start[0] & 1;
314 if (last
[all...]
H A Dzran.c148 off_t last; /* totout value of last access point */ local
167 totin = totout = last = 0;
212 access point after the last block by checking bit 6 of data_type
215 (totout == 0 || totout - last > span)) {
222 last = totout;
306 else if (offset != 0) { /* last skip */
/external/zlib/src/
H A Dinfback.c266 code last; /* parent table entry */ local
280 state->last = 0;
289 /* Inflate until end of block marked as last */
294 if (state->last) {
300 state->last = BITS(1);
305 state->last ? " (last)" : ""));
311 state->last ? " (last)" : ""));
316 state->last
[all...]
/external/bluetooth/bluedroid/stack/a2dp/
H A Da2d_sbc.c343 ** last: 1, if the last packet of a fragmented frame.
354 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num) argument
363 if(last)
383 ** last: 1, if the last packet of a fragmented frame.
434 BOOLEAN last, UINT8 num)
439 UNUSED(last);
433 A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num) argument
/external/chromium_org/base/memory/
H A Dscoped_vector.h107 // Lets the ScopedVector take ownership of elements in [first,last).
109 void insert(iterator position, InputIterator first, InputIterator last) { argument
110 v_.insert(position, first, last);
118 iterator erase(iterator first, iterator last) { argument
119 STLDeleteContainerPointers(first, last);
120 return v_.erase(first, last);
128 // Like |erase()|, but doesn't delete the elements in [first, last).
129 iterator weak_erase(iterator first, iterator last) { argument
130 return v_.erase(first, last);
/external/chromium_org/base/test/launcher/
H A Dtest_results_tracker.cc32 InputIterator last,
34 size_t count = std::distance(first, last);
43 for (InputIterator i = first; i != last; ++i)
76 // Use the last test result as the final one.
341 // Use the last test result as the final one.
31 PrintTests(InputIterator first, InputIterator last, const std::string& description) argument
/external/chromium_org/base/time/
H A Dtime_win_unittest.cc49 TimeTicks last = TimeTicks::Now(); local
52 int64 milliseconds = (now - last).InMilliseconds();
57 last = now;
/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.cc103 // The range of elements that needs to be reshuffled is [ |first|, |last| ).
105 int last = std::max(insert_before, index_list.back() + 1); local
131 for (int i = last - 1; i >= first; --i) {
/external/chromium_org/chrome/browser/download/
H A Ddownload_query.h123 // Filters DownloadItem*s from |iter| to |last| into |results|, sorts
126 void Search(InputIterator iter, const InputIterator last, argument
129 for (; iter != last; ++iter) {
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dfullstream_ui_policy_unittest.cc156 scoped_refptr<Action> last = i->front(); local
157 CheckAction(*last.get(),
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_impl.cc50 base::Time last = base::Time::FromInternalValue(local_state->GetInt64( local
52 int days = (now - last).InDays();
57 (last + base::TimeDelta::FromDays(days)).ToInternalValue());
187 // Note that the last bucket is essentially "not discovered": subtract 1
273 // last browser profile used.
279 // If there is no last used profile recorded, use the initial profile.
306 // the deleted profile was also "last used", and updated that setting with
317 // 2. the last used profile might not be loaded yet.
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_profile_unittest.cc36 // Holds the autofill profile |first|, |middle| and |last| names.
40 const std::string& last)
41 : first(first), middle(middle), last(last) {}
45 std::string last; member in struct:autofill::__anon6325::NameParts
79 last_names->push_back(ASCIIToUTF16(names[i].last));
86 // Based on existence of first name, last name, and address line 1.
1245 // A parse that has a two-word last name should take precedence over a
1246 // parse that assumes the two names are a middle and a last name.
1276 // A parse that has a many-word first name and/or last nam
38 NameParts(const std::string& first, const std::string& middle, const std::string& last) argument
[all...]
/external/chromium_org/components/domain_reliability/
H A Dscheduler.cc162 base::DictionaryValue* last = new base::DictionaryValue(); local
163 last->SetInteger("start_time", (now - last_upload_start_time_).InSeconds());
164 last->SetInteger("end_time", (now - last_upload_end_time_).InSeconds());
165 last->SetInteger("collector_index",
167 last->SetBoolean("success", last_upload_success_);
168 data->Set("last_upload", last);
/external/chromium_org/components/omnibox/
H A Dautocomplete_result_unittest.cc115 // Creates an AutocompleteResult from |last| and |current|. The two are
117 void RunCopyOldMatchesTest(const TestData* last, size_t last_size,
172 const TestData* last, size_t last_size,
182 PopulateAutocompleteMatches(last, last_size, &last_matches);
231 // Tests that if the new results have a lower max relevance score than last,
234 TestData last[] = { local
247 RunCopyOldMatchesTest(last, ARRAYSIZE_UNSAFE(last),
254 TestData last[] = { local
272 RunCopyOldMatchesTest(last, ARRAYSIZE_UNSAF
171 RunCopyOldMatchesTest( const TestData* last, size_t last_size, const TestData* current, size_t current_size, const TestData* expected, size_t expected_size) argument
[all...]
/external/chromium_org/media/audio/win/
H A Dwavein_input_win.cc18 // the WAVEHDR::dwUser variable. The last buffer points to the first buffer.
86 WAVEHDR* last = NULL; local
94 buffer_->dwUser = reinterpret_cast<DWORD_PTR>(last);
99 last = buffer_;
102 // Fix the first buffer to point to the last one.
103 first->dwUser = reinterpret_cast<DWORD_PTR>(last);
199 // the manager destroying us in-place so this needs to be the last thing
/external/chromium_org/media/cast/test/utility/
H A Daudio_utility.cc51 float last = 0.0f; local
52 for (; i < length && fabsf(last) < kAmplitudeThreshold; ++i)
53 last = samples[i];
56 (last < 0) != (samples[i] < 0)) {
58 last = samples[i];
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs_node.cc297 size_t last = (offs + count + sizeof(dirent) - 1) / sizeof(dirent); local
304 "count", last - first)) {
/external/chromium_org/sandbox/win/tests/common/
H A Dcontroller.h50 unsigned int last = static_cast<unsigned int>(SBOX_TEST_LAST_RESULT); local
51 return (code > first) && (code < last);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DCounterNode.cpp125 CounterNode* last = m_lastChild; local
126 if (!last)
129 while (CounterNode* lastChild = last->m_lastChild)
130 last = lastChild;
132 return last;
285 CounterNode* last = newChild->m_lastChild; local
289 ASSERT(last);
292 m_lastChild = last;
300 // counter node being created, it will be inserted as the last child so next is null.
305 last
[all...]

Completed in 3060 milliseconds

1234567891011>>