OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newtmp
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c
292
register struct tm *
newtmp
;
local
513
newtmp
= localtime(&newt);
514
if (
newtmp
!= NULL)
515
newtm = *
newtmp
;
520
if ((tmp == NULL ||
newtmp
== NULL) ? (tmp !=
newtmp
) :
524
newtmp
= localtime(&newt);
525
if (
newtmp
!= NULL) {
526
newtm = *
newtmp
;
534
if ((tmp == NULL ||
newtmp
== NULL) ? (tmp != newtmp)
[
all
...]
/external/icu4c/tools/tzcode/
zdump.c
292
register struct tm *
newtmp
;
local
513
newtmp
= localtime(&newt);
514
if (
newtmp
!= NULL)
515
newtm = *
newtmp
;
520
if ((tmp == NULL ||
newtmp
== NULL) ? (tmp !=
newtmp
) :
524
newtmp
= localtime(&newt);
525
if (
newtmp
!= NULL) {
526
newtm = *
newtmp
;
534
if ((tmp == NULL ||
newtmp
== NULL) ? (tmp != newtmp)
[
all
...]
/external/grub/netboot/
natsemi.c
275
u32
newtmp
= tmp & ~(0x03|0x100);
276
pcibios_write_config_dword(pci->bus, pci->devfn, PCIPM,
newtmp
);
274
u32
newtmp
= tmp & ~(0x03|0x100);
local
Completed in 180 milliseconds